Skip to content

Commit

Permalink
CI release update (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
LTurret committed Jul 24, 2023
1 parent 55edad4 commit 34b9fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install pyinstaller
cd src
pyinstaller -F himePicParser.py -i "../icon.ico"
mv .\dist\himePicParser.exe .\himePicParser-v1.1.0-windows.exe
mv .\dist\himePicParser.exe .\himePicParser-v1.2.0-windows.exe
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 34b9fea

Please sign in to comment.