Skip to content

Commit d804088

Browse files
authored
Correcao de compilacao
1 parent f967dea commit d804088

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuitka.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
pip install nuitka
2424
- name: build with nuitka
2525
run: |
26-
python -m nuitka --mingw64 --standalone --onefile --windows-disable-console --assume-yes-for-downloads --enable-plugin=tk-inter install_coops_python.py
26+
python -m nuitka --mingw64 --windows-disable-console --assume-yes-for-downloads --enable-plugin=tk-inter --onefile install_coops_python.py
2727
- uses: actions/upload-artifact@v2
2828
with:
2929
name: install_coops_python.exe
30-
path: install_coops_python.dist\install_coops_python.exe
30+
path: install_coops_python.exe
3131
- name: release
3232
uses: actions/create-release@v1
3333
id: create_release
@@ -44,6 +44,6 @@ jobs:
4444
GITHUB_TOKEN: ${{ github.token }}
4545
with:
4646
upload_url: ${{ steps.create_release.outputs.upload_url }}
47-
asset_path: install_coops_python.dist\install_coops_python.exe
47+
asset_path: install_coops_python.exe
4848
asset_name: install_coops_python.exe
4949
asset_content_type: application/exe

0 commit comments

Comments
 (0)