Update main.yml

pull/1/head
geoffwhittington 2023-04-21 19:50:55 -04:00 zatwierdzone przez GitHub
rodzic 91e1105fc4
commit cef97fe51b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 10 usunięć

Wyświetl plik

@ -22,16 +22,11 @@ jobs:
- name: Build executable
run: pyinstaller --name=mmrelay.exe --onefile --console main.py
- name: Install Inno Setup
run: |
$url = 'https://www.jrsoftware.org/download.php/is-unicode.exe'
$installer = "$env:TEMP\installer.exe"
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: Build installer
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
with:
filepath: './mmrelay.iss'
- name: Upload artifact
uses: actions/upload-artifact@v2
with: