Skip to content

Commit e9762dd

Browse files
authored
Revert "chore: bump Nuitka/Nuitka-Action to v1.1"
1 parent eba7909 commit e9762dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }}
7171

7272
- name: "Build executeable"
73-
uses: Nuitka/Nuitka-Action@v1.1
73+
uses: Nuitka/Nuitka-Action@v1.0
7474
with:
7575
standalone: true
7676
onefile: true
@@ -130,7 +130,7 @@ jobs:
130130
SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }}
131131

132132
- name: "Build executeable"
133-
uses: Nuitka/Nuitka-Action@v1.1
133+
uses: Nuitka/Nuitka-Action@v1.0
134134
with:
135135
standalone: true
136136
onefile: true

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }}
6767

6868
- name: "Build executeable"
69-
uses: Nuitka/Nuitka-Action@v1.1
69+
uses: Nuitka/Nuitka-Action@v1.0
7070
with:
7171
standalone: true
7272
onefile: true
@@ -128,7 +128,7 @@ jobs:
128128
SUB_VER: ${{ needs.get-version-number.outputs.SUB_VERSION }}
129129

130130
- name: "Build executeable"
131-
uses: Nuitka/Nuitka-Action@v1.1
131+
uses: Nuitka/Nuitka-Action@v1.0
132132
with:
133133
standalone: true
134134
onefile: true

0 commit comments

Comments
 (0)