Skip to content

Commit 7c9b86b

Browse files
committed
Flatpak: try a different cache key
1 parent b84c073 commit 7c9b86b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/flatpak.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
arguments: --info initFlathub
3939

40-
- name: upload flathub archive
40+
- name: upload flathub content
4141
uses: actions/upload-artifact@v4
4242
with:
43-
name: flathub-data
43+
name: flathub-content
4444
path: flatpak/flathub/
4545

4646
flatpak:
@@ -58,10 +58,10 @@ jobs:
5858
fail-fast: false
5959

6060
steps:
61-
- name: download flathub archive
61+
- name: download flathub content
6262
uses: actions/download-artifact@v4
6363
with:
64-
name: flathub-data
64+
name: flathub-content
6565

6666
- name: Install docker
6767
if: ${{ matrix.arch != 'x86_64' }}
@@ -74,10 +74,11 @@ jobs:
7474
with:
7575
platforms: arm64
7676

77-
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
77+
- name: Build flatpak ${{ github.sha }}
78+
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
7879
with:
7980
build-bundle: true
8081
bundle: org.audiveris.audiveris.flatpak
8182
manifest-path: org.audiveris.audiveris.yml
82-
cache-key: audiveris-flatpak-${{ github.sha }}
83+
cache-key: audiveris-flatpak-key-${{ github.sha }}
8384
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)