From fdfe40800c1833c79141c74705acfa006f27e05b Mon Sep 17 00:00:00 2001 From: Yury Date: Tue, 23 Jan 2024 12:00:47 +0200 Subject: [PATCH] Try custom pyinstaller windows action --- .github/workflows/build-executable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-executable.yml b/.github/workflows/build-executable.yml index 29ee6e763..29c8bd352 100644 --- a/.github/workflows/build-executable.yml +++ b/.github/workflows/build-executable.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: PyInstaller Windows - uses: JackMcKew/pyinstaller-action-windows@main + uses: deiteris/pyinstaller-action-windows@python3-10-pyinstaller-5-3 with: requirements: requirements-dml.txt path: server