We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d64390 commit 3094368Copy full SHA for 3094368
.github/workflows/nuitka.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/upload-artifact@v2
28
with:
29
name: install_coops_python.exe
30
- path: host_make.dist\install_coops_python.exe
+ path: install_coops_python.dist\install_coops_python.exe
31
- name: release
32
uses: actions/create-release@v1
33
id: create_release
@@ -44,6 +44,6 @@ jobs:
44
GITHUB_TOKEN: ${{ github.token }}
45
46
upload_url: ${{ steps.create_release.outputs.upload_url }}
47
- asset_path: host_make.dist\install_coops_python.exe
48
- asset_name: host_make.exe
+ asset_path: install_coops_python.dist\install_coops_python.exe
+ asset_name: install_coops_python.exe
49
asset_content_type: application/exe
0 commit comments