mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
use correct cache key
This commit is contained in:
2
.github/workflows/linux-flatpak.yml
vendored
2
.github/workflows/linux-flatpak.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user