kopia lustrzana https://github.com/mate-dev/meshtastic-matrix-relay
Update main.yml
rodzic
91e1105fc4
commit
cef97fe51b
|
@ -22,15 +22,10 @@ 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: Install Inno Setup
|
- name: Build installer
|
||||||
run: |
|
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
||||||
$url = 'https://www.jrsoftware.org/download.php/is-unicode.exe'
|
with:
|
||||||
$installer = "$env:TEMP\installer.exe"
|
filepath: './mmrelay.iss'
|
||||||
Invoke-WebRequest $url -OutFile $installer
|
|
||||||
Start-Process -FilePath $installer -ArgumentList '/VERYSILENT' -Wait
|
|
||||||
- name: Build Installer
|
|
||||||
run: |
|
|
||||||
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" mmrelay.iss
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Ładowanie…
Reference in New Issue