[skip ci] use different working directory for building the exe

This commit is contained in:
Armin Schrenk
2025-05-07 17:23:52 +02:00
parent 7c44c4f194
commit 2f32fc5c16

View File

@@ -312,6 +312,7 @@ jobs:
curl --output dist/win/bundle/resources/winfsp-uninstaller.exe -L ${{ env.WINFSP_UNINSTALLER }}
shell: pwsh
- name: Create Wix Burn bundle
working-directory: dist/win
run: >
wix build
-define BundleName="Cryptomator"
@@ -323,8 +324,8 @@ jobs:
-define UpdateUrl="https://cryptomator.org/downloads/"
-ext "WixToolset.Util.wixext"
-ext "WixToolset.BootstrapperApplications.wixext"
./dist/win/bundle/bundleWithWinfsp.wxs
-out "installer/unsigned/Cryptomator-Installer.exe"
./bundle/bundleWithWinfsp.wxs
-out "../../installer/unsigned/Cryptomator-Installer.exe"
- name: Detach burn engine in preparation to sign
run: >
wix burn detach installer/unsigned/Cryptomator-Installer.exe -engine tmp/engine.exe