Skip to content

Commit

Permalink
Update pyinstaller.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm authored Dec 12, 2024
1 parent 056dae0 commit 71478ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
with:
python-version: '3.12'

- uses: engineerd/[email protected]
- uses: Alex079/setup-custom-tool@v2
with:
name: "upx.exe"
url: "https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win64.zip"
pathInArchive: "upx-4.2.4-win64/upx.exe"
archiveUrl: https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win64.zip
archiveGlob: '*/upx-4.2.4-win64'

- run: pip install -r requirements.txt
- run: pip install pyinstaller garth
Expand Down

0 comments on commit 71478ea

Please sign in to comment.