Skip to content

Commit

Permalink
Pyinstaller w/ tar
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Jun 4, 2024
1 parent 7848c5c commit 0bf74fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
if: matrix.os == 'macos-13'
run: |
mkdir tar
tar --remove-files -zcvf dist/QuantiFish.tar.gz dist/QuantiFish.app
tar -zcvf dist/QuantiFish.tar.gz dist/QuantiFish.app
rm -rf dist/QuantiFish.app
- name: Artifact upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0bf74fb

Please sign in to comment.