Skip to content

Commit

Permalink
One file, upload whole build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 21, 2023
1 parent aaef337 commit 390892b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
poetry install
- name: Build EXE with PyInstaller
run: poetry run pyinstaller karaoke-prep.spec
run: poetry run pyinstaller --onefile karaoke-prep.spec

- name: Upload EXE as Artifact
uses: actions/upload-artifact@v2
with:
name: karaoke-prep-windows
path: dist/*.exe
path: build/

0 comments on commit 390892b

Please sign in to comment.