kopia lustrzana https://github.com/mate-dev/meshtastic-matrix-relay
Update main.yml
rodzic
1f1233da35
commit
a02236bc71
|
@ -22,9 +22,18 @@ jobs:
|
||||||
- name: Build executable
|
- name: Build executable
|
||||||
run: pyinstaller --name=mmrelay.exe --onefile --console main.py
|
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" "mmrelay.nsi"
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: mmrelay
|
name: mmrelay
|
||||||
path: |
|
path: |
|
||||||
dist/mmrelay.exe
|
dist/mmrelay.exe
|
||||||
|
mmrelay-setup.exe
|
||||||
|
|
Ładowanie…
Reference in New Issue