use pwsh to move reattach burn engine

This commit is contained in:
Armin Schrenk
2026-04-13 17:40:43 +02:00
parent b6133e481c
commit d1fcf528b0

View File

@@ -409,6 +409,7 @@ jobs:
client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
- name: Reattach signed burn engine to installer
if: inputs.sign || github.event_name == 'schedule'
shell: pwsh
run: |
Move-Item -Path installer/Cryptomator-Installer.exe -Destination tmp/Cryptomator-Installer.exe
wix burn reattach tmp/Cryptomator-Installer.exe -engine tmp/engine.exe -o installer/Cryptomator-Installer.exe