We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848c2b9 commit e6c8a9bCopy full SHA for e6c8a9b
.github/workflows/nuitka-options.yml
@@ -40,7 +40,7 @@ jobs:
40
pip install -r requirements.txt
41
42
# Build python script into a stand-alone exe
43
- - uses: jimkring/python-script-to-exe@0.2.0
+ - uses: jimkring/python-script-to-exe@v0.2.0
44
with:
45
script-name: test.py
46
onefile: true
.github/workflows/nuitka.yml
@@ -29,7 +29,7 @@ jobs:
29
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
30
31
32
- - uses: jimkring/python-script-to-exe@v0.1.0
33
34
35
0 commit comments