aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 94af3a66..7c73134b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -237,13 +237,13 @@ jobs:
uses: actions/cache@v3
with:
path: flatpak/.flatpak-builder
- key: flatpak-.flatpak-builder
+ key: flatpak-.flatpak-builder-${{ hashFiles('flatpak/org.onionshare.OnionShare.yaml') }}
- name: Restore cache - build
uses: actions/cache@v3
with:
path: flatpak/build
- key: flatpak-build
+ key: flatpak-build-${{ hashFiles('flatpak/org.onionshare.OnionShare.yaml') }}
- name: Flatpak build
run: |