use correct cache key

This commit is contained in:
Armin Schrenk
2026-03-26 11:02:08 +01:00
parent b35fb011e0
commit 76dd4f079c

View File

@@ -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