Update flatpak cache keys

This commit is contained in:
Micah Lee 2023-10-22 11:50:46 -07:00
parent 1cf8aa4253
commit 95c6332019

View File

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