1
0
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:
copilot-swe-agent[bot] 2026-05-17 08:58:13 +00:00 committed by GitHub
parent a0fd813169
commit 510316bf7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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