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