Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 8db8c4a

Browse files
authored
Update python-app.yml
1 parent 34c6499 commit 8db8c4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ jobs:
2929
- name: Build with pyinstaller
3030
run: |
3131
pyinstaller main.spec
32+
33+
- uses: actions/upload-artifact@v3
34+
with:
35+
name: my-artifact
36+
path: dist/spicetify_installer.exe
37+

0 commit comments

Comments
 (0)