mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 17:05:16 -04:00
Update flatpak cache keys
This commit is contained in:
parent
d8432502e2
commit
b79948246d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue