[ci] Try to fix flatpak build
Some checks failed
Build Flatpak / Build Flatpak (push) Failing after 9m13s

This commit is contained in:
2026-03-20 13:16:17 -04:00
parent 72dcb0aa2d
commit e2c0fca9a9

View File

@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ~/.local/share/flatpak path: ~/.local/share/flatpak
key: flatpak-${{ runner.os }}-${{ hashFiles('ink.unbl.Notify.yml') }} key: flatpak-${{ runner.os }}-${{ hashFiles('build-aux/com.ranfdev.Notify.Devel.json') }}
- name: Install Runtimes - name: Install Runtimes
run: | run: |
@ -42,12 +42,12 @@ jobs:
# --force-clean: Ensures a fresh build # --force-clean: Ensures a fresh build
# --install-deps-from=flathub: Automatically pulls needed libs # --install-deps-from=flathub: Automatically pulls needed libs
# --repo=repo: Creates a local repo directory for export # --repo=repo: Creates a local repo directory for export
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo build-dir ink.unbl.Notify.yml flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo build-dir build-aux/com.ranfdev.Notify.Devel.json
- name: Build Bundle - name: Build Bundle
run: | run: |
# Create a single .flatpak file for distribution # Create a single .flatpak file for distribution
flatpak build-bundle repo my-app.flatpak ink.unbl.Notify flatpak build-bundle repo my-app.flatpak com.ranfdev.Notify.Devel
- name: Validate AppStream - name: Validate AppStream
run: | run: |