diff --git a/.github/workflows/linux-flatpak.yml b/.github/workflows/linux-flatpak.yml index 70dd1d7fd..1ab429e02 100644 --- a/.github/workflows/linux-flatpak.yml +++ b/.github/workflows/linux-flatpak.yml @@ -82,7 +82,7 @@ jobs: with: bundle: cryptomator.flatpak manifest-path: org.cryptomator.Cryptomator.yaml - cache-key: flatpak-builder-${{ github.sha }} + cache-key: flatpak-builder-${{ steps.cryptomator-source.outputs.sha }} arch: ${{ matrix.variant.arch }} keep-build-dirs: true - name: Collect maven dependencies