mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 00:56:52 -04:00
attempt to fix broken CI build
This commit is contained in:
5
.github/workflows/win-exe.yml
vendored
5
.github/workflows/win-exe.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user