Add artifact upload

pull/37/head
Tom Wardill 2024-04-03 16:10:05 +01:00
rodzic c9a208e700
commit e8e0e210ad
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -55,3 +55,10 @@ jobs:
- name: Run pyinstaller
run: pyinstaller horus-gui_win.spec
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: built-executable
path: dist/horus-gui.exe
retention-days: 2