Gh actions with wix, added --nocapture (#2056)

* Added wix to gh workflow
Followed volta example

* added --nocapture to see more error detail
This commit is contained in:
Darren Schroeder 2020-06-25 13:26:48 -05:00 committed by GitHub
parent 0e8a239ae1
commit 501da433d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: wix
args: --no-build --output target\wix\nushell-windows.msi
args: --no-build --nocapture --output target\wix\nushell-windows.msi
- name: Create zip of binaries
run: powershell Compress-Archive nushell-windows.zip
working-directory: ./target/release