Update main.yml

feature/plugins-parameters
geoffwhittington 2023-04-21 17:15:50 -04:00 zatwierdzone przez GitHub
rodzic 0906cc9648
commit 00563f85d7
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -22,8 +22,18 @@ jobs:
- name: Build executable
run: pyinstaller --name=mmrelay.exe --onefile --console main.py
- name: Setup NSIS
run: |
choco install nsis
- name: Compile NSIS script
run: |
"C:\Program Files (x86)\NSIS\makensis.exe" /V4 mmrelay.nsi
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: mmrelay
path: dist/mmrelay.exe
path: |
dist/mmrelay.exe
mmrelay-setup.exe