From 62bf4c5b457e2a7bcce12966ac3c70990ede2dd9 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 20 Mar 2026 17:06:42 +0100 Subject: [PATCH] fix prepare step --- .github/workflows/linux-flatpak.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linux-flatpak.yml b/.github/workflows/linux-flatpak.yml index fccbe530e..752fc60e9 100644 --- a/.github/workflows/linux-flatpak.yml +++ b/.github/workflows/linux-flatpak.yml @@ -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