ci: (Windows) Show full compile output for InnoSetup
This commit is contained in:
parent
5a65cf3525
commit
ab9a6ec56d
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_ZIP
|
cmake --build "build/temp" --config RelWithDebInfo --target PACKAGE_ZIP
|
||||||
- name: "StreamFX: Package Installer"
|
- name: "StreamFX: Package Installer"
|
||||||
run: |
|
run: |
|
||||||
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /Qp ".\build\temp\installer.iss"
|
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /V10 ".\build\temp\installer.iss"
|
||||||
- name: "Artifacts"
|
- name: "Artifacts"
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue