kopia lustrzana https://github.com/mate-dev/meshtastic-matrix-relay
Update main.yml
rodzic
0906cc9648
commit
00563f85d7
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue