Skip to content

Commit

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

- uses: engineerd/[email protected]
- uses: jcwillox/install-tool-action@v1
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"
repo: "upx/upx"
download_url: "/releases/download/v4.2.4/upx-4.2.4-win64.zip"
bin_path: "upx-4.2.4-win64"

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

0 comments on commit a15bbdd

Please sign in to comment.