Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LTurret committed Jul 7, 2023
1 parent 11ae7a8 commit 02f2600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

jobs:
release:
check:
runs-on: windows-latest

steps:
Expand All @@ -35,4 +35,4 @@ jobs:
run: |
pip install pyinstaller
pyinstaller -F himePicParser.py -i "icon.ico"
mv ./dist/himePicParser ./himePicParser-v1.0.0-linux
mv .\dist\himePicParser.exe .\\himePicParser-v1.0.0-windows.exe

0 comments on commit 02f2600

Please sign in to comment.