From a15bbdde0afb9c3b8c1254754d81362d7fac9316 Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:59:42 -0300 Subject: [PATCH] Update pyinstaller.yaml --- .github/workflows/pyinstaller.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pyinstaller.yaml b/.github/workflows/pyinstaller.yaml index a7b2208c..5db59013 100644 --- a/.github/workflows/pyinstaller.yaml +++ b/.github/workflows/pyinstaller.yaml @@ -15,11 +15,11 @@ jobs: with: python-version: '3.12' - - uses: engineerd/configurator@v0.0.10 + - 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