From 8bc79e684dfe695abecbcdea741339165592f110 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 21 Mar 2022 15:28:49 +0100 Subject: [PATCH] fix syntax errors and switch back to bash --- .github/workflows/win-exe.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 3cba7bdef..df7ea4f0d 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -221,9 +221,8 @@ jobs: - name: Detach burn engine in preparation to sign run: > "${WIX}/bin/insignia.exe" - -ib .\installer\unsigned\Cryptomator.exe - -o .\tmp\engine.exe - shell: pwsh + -ib installer/unsigned/Cryptomator.exe + -o tmp/engine.exe - name: Codesign burn engine uses: skymatic/code-sign-action@v1 with: @@ -235,7 +234,9 @@ jobs: folder: tmp - name: Reattach signed burn engine to installer run : > - ${WIX}/bin/insignia.exe" -ab tmp\engine.exe installer\unsigned\Cryptomator.exe -o installer\Cryptomator.exe + "${WIX}/bin/insignia.exe" + -ab tmp/engine.exe installer/unsigned/Cryptomator.exe + -o installer/Cryptomator.exe - name: Codesign EXE uses: skymatic/code-sign-action@v1 with: