mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-05-29 19:46:48 -04:00
Improve Flatpak workflow cache key reuse
Agent-Logs-Url: https://github.com/f4exb/sdrangel/sessions/862cd268-1d4c-402d-b530-b2885bf6d153 Co-authored-by: srcejon <57259258+srcejon@users.noreply.github.com>
This commit is contained in:
parent
a0fd813169
commit
510316bf7e
4
.github/workflows/flatpak.yml
vendored
4
.github/workflows/flatpak.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: SDRangel Flatpak build
|
||||
name: SDRangel Flatpak Build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
with:
|
||||
bundle: ${{ steps.get_version.outputs.bundle }}
|
||||
manifest-path: flatpak/org.sdrangel.SDRangel.yaml
|
||||
cache-key: flatpak-builder-${{ github.sha }}
|
||||
cache-key: flatpak-builder-${{ hashFiles('flatpak/org.sdrangel.SDRangel.yaml', 'flatpak/*.patch') }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user