We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8a526 commit a537867Copy full SHA for a537867
.github/workflows/build.yml
@@ -32,11 +32,10 @@ jobs:
32
run: |
33
flatpak --system remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
34
flatpak --system install -y --noninteractive flathub-beta org.freedesktop.Sdk.Extension.node20/${{ matrix.arch }}/24.08beta
35
+
36
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
37
with:
38
bundle: com.vixalien.sticky.flatpak
- repository-name: gnome-nightly
39
- repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
40
manifest-path: build-aux/flatpak/com.vixalien.sticky.json
41
cache-key: flatpak-builder-${{ github.sha }}
42
arch: ${{ matrix.arch }}
0 commit comments