Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Update action path
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvinC authored Dec 20, 2021
1 parent 890127b commit 1cdc233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Package application
run: |
pyinstaller --icon=src\media\icon.ico -F src\gyroflow.py
pyinstaller --icon=media\icon.ico -F gyroflow.py
ren dist\gyroflow.exe gyroflow-dev.exe
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1cdc233

Please sign in to comment.