Skip to content

Commit

Permalink
echoing the right thing this time
Browse files Browse the repository at this point in the history
  • Loading branch information
djotaku committed Apr 20, 2024
1 parent 1bf759d commit 4ae11aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windowsbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "D:\a\ELDonationTracker\ELDonationTracker\ffmpeg" >> $GITHUB_PATH
- name: Build Single Executable with Pyinstaller
run: |
echo "$PATH"
echo "$GITHUB_PATH"
pip install pyinstaller
pyinstaller -F -p eldonationtracker -n "eldonationtracker" --icon=icon.ico --add-data="eldonationtracker/icon.png;." eldonationtracker/gui.py
- name: Upload artifact
Expand Down

0 comments on commit 4ae11aa

Please sign in to comment.