Skip to content

Commit

Permalink
fix: Set correct artifact file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dusansimic committed Feb 17, 2024
1 parent 7f9baf5 commit 23cd210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notion-repackaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: sources
path: work/src.zip
path: work/src.tar.xz

build-app:
name: Build app
Expand Down

0 comments on commit 23cd210

Please sign in to comment.