From b524026f3b3bf0c517fb41ee7c067031a8261a66 Mon Sep 17 00:00:00 2001 From: Canadew <110163919+chun-awa@users.noreply.github.com> Date: Sat, 31 May 2025 12:19:34 +0800 Subject: [PATCH] Revert "Bump Nuitka/Nuitka-Action from 1.0 to 1.2" --- .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 ed7804a..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.2 + 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.2 + 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 381ea9d..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.2 + 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.2 + uses: Nuitka/Nuitka-Action@v1.0 with: standalone: true onefile: true