From 656b3c8ac8f4cf13553300f69f857a0049f3020c Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 17:17:13 +0000 Subject: [PATCH] Update .gitea/workflows/pyinstaller.yml --- .gitea/workflows/pyinstaller.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index 02fce39..34f75a5 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -1,5 +1,5 @@ -name: PyInstaller Action -uses: Martin005/pyinstaller-action@v1.2.0 +name: Versatile PyInstaller +uses: sayyid5416/pyinstaller@v1.8.0 on: push: pull_request: @@ -16,13 +16,15 @@ on: - debug jobs: pyinstaller-build: - runs-on: ubuntu-latest + runs-on: # steps: - name: Create Executable uses: sayyid5416/pyinstaller@v1 with: - python_ver: '3.14' + python_ver: '3.6' + pyinstaller_ver: '==5.13.2' spec: 'src/build.spec' requirements: 'src/requirements.txt' - upload_exe_with_name: 'SteamPathCLI' - options: --onefile, --name "SteamPathCI", --windowed, \ No newline at end of file + upload_exe_with_name: 'steamPathCLI' + options: --onefile, --name "SteamPathsCLI", --windowed + spec_options: # any custom arguments you want like: `--debug` \ No newline at end of file