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 3357e44 commit 62bb1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Executable
run: pyinstaller ${{ matrix.spec }}
- name: Compress Executable
if: matrix.os == 'windows-latest'
if: matrix.os == 'macos-13'
run: |
mkdir tar
tar -zcvf --remove-files dist/QuantiFish.tar.gz dist/QuantiFish.app
Expand Down

0 comments on commit 62bb1ce

Please sign in to comment.