Skip to content

Commit

Permalink
Fix build binaries step (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcticae committed Oct 5, 2022
1 parent 2ef81af commit 4976a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build binary
run: |
poetry run pyinstaller protostar.spec
poetry run poe build
- name: Pack binary into a tarball
run: tar -czvf protostar.tar.gz ./dist/protostar
Expand Down

0 comments on commit 4976a6e

Please sign in to comment.