Skip to content

Commit

Permalink
Update name for Mac version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Nov 28, 2024
1 parent ee1ed13 commit fcb2203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ jobs:
shell: bash
run: |
poetry run pyinstaller --clean -y --dist output/saenopy_run --onefile --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
mv output/saenopy_run/gui_master output/saenopy_run/saenopy
mv output/saenopy_run/gui_master output/saenopy_run/saenopy_mac
- uses: actions/upload-artifact@v4
with:
name: saenopy_mac
path: output/saenopy_run

- name: Upload GitHub release assets
run: gh release upload $TAG output/saenopy_run/saenopy --clobber
run: gh release upload $TAG output/saenopy_run/saenopy_mac --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: v1.0.6

0 comments on commit fcb2203

Please sign in to comment.