We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c571eac commit d88878dCopy full SHA for d88878d
1 file changed
.github/workflows/build-exe.yml
@@ -27,9 +27,9 @@ jobs:
27
run: pip install -r requirements.txt
28
29
- 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
+ # --- THE FINAL, VERIFIED CONFIGURATION ---
+ # Use the standard and stable major version tag '@v0'. This is the correct way.
+ uses: Nuitka/Nuitka-Action@v0
33
with:
34
# Lock Nuitka to a recent, known-stable version.
35
nuitka-version: '2.6'
0 commit comments