Skip to content

Commit

Permalink
CI release update
Browse files Browse the repository at this point in the history
  • Loading branch information
LTurret committed Jul 24, 2023
1 parent d7546b9 commit 533fdf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Compile to executable
run: |
pip install pyinstaller
pyinstaller -F himePicParser.py -i "icon.ico"
cd src
pyinstaller -F himePicParser.py -i "../icon.ico"
mv .\dist\himePicParser.exe .\himePicParser-v1.1.0-windows.exe
- name: Release
Expand Down

0 comments on commit 533fdf8

Please sign in to comment.