File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments