File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 - name : Build Application
3838 shell : bash -l {0}
3939 run : |
40- pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --add-data="assets/*;." --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py
40+ pyinstaller --add-data="funscript_editor/config/*;funscript_editor/config" --add-data="assets/*;." --hidden-import "pynput.keyboard._win32" --hidden-import "pynput.mouse._win32" funscript-editor.py
4141 - name : Add Version to Build
4242 shell : bash -l {0}
4343 run : |
5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5656 with :
5757 tag_name : ${{ steps.get_version.outputs.version }}
58- release_name : Python Funscript Editor ${{ steps.get_version.outputs.version }}
58+ release_name : ${{ steps.get_version.outputs.version }}
5959 draft : true
6060 prerelease : true
6161 - name : Upload Windows Build Asset
6464 env :
6565 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6666 with :
67- upload_url : ${{ steps.create_release.outputs.upload_url }}
67+ upload_url : ${{ steps.create_release.outputs.upload_url }}
6868 asset_path : ./funscript-editor_${{ steps.get_version.outputs.version }}.zip
6969 asset_name : funscript-editor_${{ steps.get_version.outputs.version }}.zip
7070 asset_content_type : application/zip
7474 env :
7575 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7676 with :
77- upload_url : ${{ steps.create_release.outputs.upload_url }}
77+ upload_url : ${{ steps.create_release.outputs.upload_url }}
7878 asset_path : ./contrib/OpenFunscripter/funscript_generator_windows.lua
7979 asset_name : funscript_generator_windows.lua
8080 asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments