File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 11name : Create Windows Executable using Conda
22
3- on : [push]
4-
5- # on:
6- # push:
7- # tags:
8- # - '*'
3+ # n: [push]
4+ on :
5+ push :
6+ tags :
7+ - ' *'
98
109jobs :
1110 miniconda :
3029 - name : Build
3130 shell : bash -l {0}
3231 run : |
33- 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
32+ 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
33+ - uses : papeloto/action-zip@v1
34+ with :
35+ files : dist/funscript-editor
36+ recursive : true
37+ dest : funscript-editor.zip
You can’t perform that action at this time.
0 commit comments