Skip to content

Commit e6c8a9b

Browse files
authored
typo
1 parent 848c2b9 commit e6c8a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nuitka-options.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pip install -r requirements.txt
4141
4242
# Build python script into a stand-alone exe
43-
- uses: jimkring/python-script-to-exe@0.2.0
43+
- uses: jimkring/python-script-to-exe@v0.2.0
4444
with:
4545
script-name: test.py
4646
onefile: true

.github/workflows/nuitka.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
3030

3131
# Build python script into a stand-alone exe
32-
- uses: jimkring/python-script-to-exe@v0.1.0
32+
- uses: jimkring/python-script-to-exe@v0.2.0
3333
with:
3434
script-name: test.py
3535

0 commit comments

Comments
 (0)