Skip to content

Commit 3094368

Browse files
committed
Correcoes do binario
1 parent 3d64390 commit 3094368

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
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/upload-artifact@v2
2828
with:
2929
name: install_coops_python.exe
30-
path: host_make.dist\install_coops_python.exe
30+
path: install_coops_python.dist\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: host_make.dist\install_coops_python.exe
48-
asset_name: host_make.exe
47+
asset_path: install_coops_python.dist\install_coops_python.exe
48+
asset_name: install_coops_python.exe
4949
asset_content_type: application/exe

0 commit comments

Comments
 (0)