Skip to content

Commit d88878d

Browse files
Update build-exe.yml
1 parent c571eac commit d88878d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
run: pip install -r requirements.txt
2828

2929
- name: Build with Nuitka
30-
# --- THE DEFINITIVE STABLE CONFIGURATION ---
31-
# Lock the action to a known-good, stable release version (v0.4.0).
32-
uses: Nuitka/Nuitka-Action@v0.4.0
30+
# --- THE FINAL, VERIFIED CONFIGURATION ---
31+
# Use the standard and stable major version tag '@v0'. This is the correct way.
32+
uses: Nuitka/Nuitka-Action@v0
3333
with:
3434
# Lock Nuitka to a recent, known-stable version.
3535
nuitka-version: '2.6'

0 commit comments

Comments
 (0)