File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,18 @@ jobs:
33
33
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.rust-stable/${{ matrix.arch }}/24.08
34
34
flatpak --system install -y --noninteractive flathub org.freedesktop.Sdk.Extension.llvm18/${{ matrix.arch }}/24.08
35
35
- name : Build
36
- uses : bilelmoussaoui /flatpak-github-actions/flatpak-builder@v6
36
+ uses : flatpak /flatpak-github-actions/flatpak-builder@v6
37
37
with :
38
38
bundle : com.github.rafostar.Clapper.flatpak
39
39
manifest-path : pkgs/flatpak/com.github.rafostar.Clapper-nightly.json
40
40
repository-name : gnome-nightly
41
41
repository-url : https://nightly.gnome.org/gnome-nightly.flatpakrepo
42
42
cache-key : flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }}
43
43
arch : ${{ matrix.arch }}
44
+ upload-artifact : false
45
+ - name : Upload
46
+ uses : actions/upload-artifact@v4
47
+ with :
48
+ name : clapper-flatpak-nightly-${{ matrix.arch }}
49
+ path : com.github.rafostar.Clapper.flatpak
50
+ if-no-files-found : error
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
timeout-minutes : 600
15
15
container :
16
- image : bilelmoussaoui/flatpak-github-actions:gnome-45
16
+ image : bilelmoussaoui/flatpak-github-actions:gnome-47
17
17
options : --privileged
18
18
strategy :
19
19
matrix :
33
33
with :
34
34
platforms : arm64
35
35
- name : Build
36
- uses : bilelmoussaoui /flatpak-github-actions/flatpak-builder@v6
36
+ uses : flatpak /flatpak-github-actions/flatpak-builder@v6
37
37
with :
38
38
bundle : com.github.rafostar.Clapper.flatpak
39
39
manifest-path : pkgs/flatpak/com.github.rafostar.Clapper.json
40
40
cache-key : flatpak-builder-${{ github.sha }}
41
41
arch : ${{ matrix.arch }}
42
+ upload-artifact : false
43
+ - name : Upload
44
+ uses : actions/upload-artifact@v4
45
+ with :
46
+ name : clapper-flatpak-${{ matrix.arch }}
47
+ path : com.github.rafostar.Clapper.flatpak
48
+ if-no-files-found : error
You can’t perform that action at this time.
0 commit comments