From 9f252f6d418e7cab39ec093aa4542e2458120ec4 Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:43:30 +0200 Subject: [PATCH] Pyinstaller fix (#1231) * Specified pyinstaller version * Switch to new branch of pyinstaller GH action --- .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 64463efc..75d69951 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: PyInstaller Windows - uses: JackMcKew/pyinstaller-action-windows@main + uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3 with: - path: pyinstaller + path: src - uses: actions/upload-artifact@v2 with: