Skip to content

Commit

Permalink
wrong filename in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
phirestalker committed Nov 10, 2024
1 parent d393df5 commit eccf250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build single executable
run: |
pyinstaller --onefile --name ytmusic-sync main.py
pyinstaller --onefile --name ytmusic-sync ytmusic-sync.py
# Ensure `main.py` imports any other Python files in your program.
- name: Upload executable
Expand Down

0 comments on commit eccf250

Please sign in to comment.