From e9762dd8d0aa228f0ceb0568e1b392ceb92cd6a5 Mon Sep 17 00:00:00 2001 From: Canadew <110163919+chun-awa@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:14:42 +0800 Subject: [PATCH] Revert "chore: bump Nuitka/Nuitka-Action to v1.1" --- .github/workflows/build-beta.yml | 4 ++-- .github/workflows/build-release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index f3f4d4a..af93718 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -70,7 +70,7 @@ jobs: SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }} - name: "Build executeable" - uses: Nuitka/Nuitka-Action@v1.1 + uses: Nuitka/Nuitka-Action@v1.0 with: standalone: true onefile: true @@ -130,7 +130,7 @@ jobs: SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }} - name: "Build executeable" - uses: Nuitka/Nuitka-Action@v1.1 + uses: Nuitka/Nuitka-Action@v1.0 with: standalone: true onefile: true diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index faaae2d..54c2cbd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -66,7 +66,7 @@ jobs: SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }} - name: "Build executeable" - uses: Nuitka/Nuitka-Action@v1.1 + uses: Nuitka/Nuitka-Action@v1.0 with: standalone: true onefile: true @@ -128,7 +128,7 @@ jobs: SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }} - name: "Build executeable" - uses: Nuitka/Nuitka-Action@v1.1 + uses: Nuitka/Nuitka-Action@v1.0 with: standalone: true onefile: true