Skip to content

Commit

Permalink
Don't rename artifacts here, we'll do it when we bundle for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjl committed Oct 19, 2024
1 parent 9dc5303 commit 5eb15f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- run: pip install -r requirements.txt
- run: |
pyinstaller --onefile --noconsole tray-timer.py
mv dist/tray-timer dist/tray-timer.linux.x86_64
- uses: actions/upload-artifact@v4
with:
name: tray-timer.linux.x86_64
Expand All @@ -31,7 +30,6 @@ jobs:
- run: pip install -r requirements.txt
- run: |
pyinstaller --onefile --noconsole tray-timer.py
mv dist/tray-timer dist/tray-timer.windows.x86_64
- uses: actions/upload-artifact@v4
with:
name: tray-timer.windows.x86_64
Expand Down

0 comments on commit 5eb15f9

Please sign in to comment.