Skip to content

Commit c0a5302

Browse files
committed
Correcao
1 parent 6da3f21 commit c0a5302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuitka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install nuitka
2424
- name: build with nuitka
2525
run: |
26-
python -m nuitka --mingw64 --standalone --assume-yes-for-downloads --enable-plugin=TkinterPlugin install_coops_python.py
26+
python -m nuitka --mingw64 --standalone --assume-yes-for-downloads --enable-plugin=tk-inter install_coops_python.py
2727
- uses: actions/upload-artifact@v2
2828
with:
2929
name: install_coops_python.exe

0 commit comments

Comments
 (0)