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: