mirror of
https://github.com/nushell/nushell.git
synced 2025-04-01 11:46:20 +02:00
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:
parent
0e8a239ae1
commit
501da433d4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user