[ci] Try to fix flatpak build
Some checks failed
Build Flatpak / Build Flatpak (push) Failing after 9m13s
Some checks failed
Build Flatpak / Build Flatpak (push) Failing after 9m13s
This commit is contained in:
@ -28,7 +28,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
@ -42,12 +42,12 @@ jobs:
|
||||
# --force-clean: Ensures a fresh build
|
||||
# --install-deps-from=flathub: Automatically pulls needed libs
|
||||
# --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
|
||||
run: |
|
||||
# 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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user