Skip to content

Commit 3f345fb

Browse files
update actions
1 parent 295b27f commit 3f345fb

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: 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

109
jobs:
1110
miniconda:
@@ -30,4 +29,9 @@ jobs:
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

0 commit comments

Comments
 (0)