Skip to content

Commit

Permalink
fix: Download source artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansimic committed Feb 17, 2024
1 parent 23cd210 commit c13ff97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/notion-repackaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: sources
path: src.tar.xz
- name: Unpack sources archive
run: mkdir work && tar -xf src.tar.xz -C work
- name: Build app
Expand Down

0 comments on commit c13ff97

Please sign in to comment.