瀏覽代碼

attempt to fix broken CI build

Sebastian Stenzel 3 年之前
父節點
當前提交
7183efa073
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .github/workflows/win-exe.yml

+ 4 - 1
.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: