From 1cd0698ab03c5e90de4fe717d328348e83eeaf1a Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:08:37 +0100 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index ffc0942..497d054 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -1,4 +1,4 @@ -name: Package exe with PyInstaller +name: Package with PyInstaller on: push: branches: [ main ] @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Package application - uses: JackMcKew/pyinstaller-action-linux@main + uses: JackMcKew/pyinstaller-action-linux@python3.10 with: path: . - uses: actions/upload-artifact@v2