From 501da433d4f9dd4af538f20b9c6dfb2d9f001b44 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 25 Jun 2020 13:26:48 -0500 Subject: [PATCH] Gh actions with wix, added --nocapture (#2056) * Added wix to gh workflow Followed volta example * added --nocapture to see more error detail --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ac37f786a..2c4818556e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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