Skip to content

Commit

Permalink
Update installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Nov 29, 2024
1 parent b5de05b commit cd4ca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
shell: bash
run: |
poetry run pyinstaller --clean -y --dist output/saenopy_run --windowed --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
mv output/saenopy_run/dist/gui_master.app output/saenopy_run/saenopy_mac.app
mv output/saenopy_run/gui_master.app output/saenopy_run/saenopy_mac.app
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cd4ca5a

Please sign in to comment.