mirror of
https://github.com/zoffline/zwift-offline.git
synced 2025-12-24 20:10:04 -08:00
Update actions
This commit is contained in:
12
.github/workflows/pyinstaller.yaml
vendored
12
.github/workflows/pyinstaller.yaml
vendored
@@ -12,21 +12,21 @@ jobs:
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
|
||||
- uses: engineerd/configurator@v0.0.8
|
||||
- uses: engineerd/configurator@v0.0.10
|
||||
with:
|
||||
name: "upx.exe"
|
||||
url: "https://github.com/upx/upx/releases/download/v4.1.0/upx-4.1.0-win64.zip"
|
||||
pathInArchive: "upx-4.1.0-win64/upx.exe"
|
||||
url: "https://github.com/upx/upx/releases/download/v4.2.1/upx-4.2.1-win64.zip"
|
||||
pathInArchive: "upx-4.2.1-win64/upx.exe"
|
||||
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pip install pyinstaller garth
|
||||
- run: pyinstaller standalone.spec
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: dist/*
|
||||
|
||||
Reference in New Issue
Block a user