Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n1d3v authored May 12, 2024
1 parent f29215b commit 9f332c6
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 @@ -30,7 +30,7 @@ jobs:
py -m pip install pyqt5 requests pyinstaller
- name: Build with pyinstaller
run: |
pyinstaller --noconsole --onefile naticord.py
C:\hostedtoolcache\windows\Python\3.12.3\x64\Scripts\pyinstaller --noconsole --onefile naticord.py
ls dist/
- name: Upload naticord
uses: actions/upload-artifact@v4.3.3
Expand Down

0 comments on commit 9f332c6

Please sign in to comment.