From 7208f23da105a4cee4af260bd37502cd75dc85e2 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 20 Mar 2026 18:04:09 +0100 Subject: [PATCH] fix type --- .github/workflows/linux-flatpak.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux-flatpak.yml b/.github/workflows/linux-flatpak.yml index b05ef6f4f..afcfe30a0 100644 --- a/.github/workflows/linux-flatpak.yml +++ b/.github/workflows/linux-flatpak.yml @@ -54,7 +54,7 @@ jobs: env: FLATPAK_VERSION: ${{ needs.get-version.outputs.semVerNum }} FLATPAK_REVISION: 1 - CRYPTOMATOR SOURCE: |- + CRYPTOMATOR_SOURCE: |- type: git path: cryptomator commit: ${{ github.sha }} @@ -65,6 +65,7 @@ jobs: path: | flatpak-build/org.cryptomator.Cryptomator.yaml - uses: flatpak/flatpak-github-actions/flatpak-builder@92ae9851ad316786193b1fd3f40c4b51eb5cb101 # v6.6 + #TODO: Remove for production if: 1 == 0 with: bundle: cryptomator.flatpak