From 7183efa07351889ffeb8d20af0baa8936fb7ed4e Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 21 Mar 2022 15:22:33 +0100 Subject: [PATCH] attempt to fix broken CI build --- .github/workflows/win-exe.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 9ecf71f56..3cba7bdef 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -220,7 +220,10 @@ jobs: -out installer/unsigned/Cryptomator.exe - name: Detach burn engine in preparation to sign run: > - "${WIX}/bin/insignia.exe" -ib .\installer\unsigned\Cryptomator.exe -o .\tmp\engine.exe + "${WIX}/bin/insignia.exe" + -ib .\installer\unsigned\Cryptomator.exe + -o .\tmp\engine.exe + shell: pwsh - name: Codesign burn engine uses: skymatic/code-sign-action@v1 with: