Skip to content

Commit

Permalink
Update create-exe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim authored Jan 14, 2025
1 parent 99c98f9 commit 8cc783e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Package via PyInstaller
run: |
pyinstaller --onefile --windowed --icon=math_trainer/math-trainer-icon.ico --name=math-trainer --add-data .:. math_trainer/main.py
working-directory: math_trainer
- name: Upload binary
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8cc783e

Please sign in to comment.