fix prepare step

This commit is contained in:
Armin Schrenk
2026-03-20 17:06:42 +01:00
parent 7168d7e31d
commit 62bf4c5b45

View File

@@ -44,7 +44,6 @@ jobs:
path: cryptomator
- name: Prepare build files
run: |
mkdir flatpak-build
cp -r -f cryptomator/dist/linux/flatpak flatpak-build
envsubst '$FLATPAK_VERSION $FLATPAK_REVISION $CRYPTOMATOR_SOURCE' < flatpak-build/org.cryptomator.Cryptomator.TEMPLATE.yaml > flatpak-build/org.cryptomator.Cryptomator.yaml
yq '(.modules[] | select(.name == "cryptomator") | .build-options.build-args) = ["--share=network"]' -i flatpak-build/org.cryptomator.Cryptomator.yaml