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 34b9fea commit 7296f3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Compile to executable
run: |
pip install pyinstaller
cd src
pyinstaller -F himePicParser.py -i "../icon.ico"
pyinstaller -F ./src/himePicParser.py -i "icon.ico"
mv .\dist\himePicParser.exe .\himePicParser-v1.2.0-windows.exe
- name: Release
Expand Down

0 comments on commit 7296f3d

Please sign in to comment.