Skip to content

Commit

Permalink
automate build of auto version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrlaczykowski committed Jun 7, 2024
1 parent c60a2b6 commit 063b874
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ jobs:
- name: Compile to exe
run: |
pyinstaller --onefile update-pc-script.py
pyinstaller --onefile update-pc-script-auto.py
- uses: actions/upload-artifact@v4
with:
name: update-pc-script-${{ github.run_number }}
path: dist/update-pc-script.exe
compression-level: 0 # no compression
- uses: actions/upload-artifact@v4
with:
name: update-pc-script-${{ github.run_number }}
path: dist/update-pc-script-auto.exe
compression-level: 0 # no compression

0 comments on commit 063b874

Please sign in to comment.