File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments