enhancement(flatpakui): update action branch and cache

This commit is contained in:
PancakeTAS 2025-08-28 21:09:56 +02:00
parent 48b63f7d52
commit 2331029298
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
name: (Continuous Integration) Build lsfg-vk for Flatpak name: (CI) Build lsfg-vk for Flatpak
on: on:
push: push:
@ -20,12 +20,14 @@ jobs:
uses: flatpak/flatpak-github-actions/flatpak-builder@v6 uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with: with:
bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk_${{ matrix.version }}.flatpak" bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk_${{ matrix.version }}.flatpak"
manifest-path: "scripts/flatpak/org.freedesktop.Platform.VulkanLayer.lsfgvk_${{ matrix.version }}.yml" manifest-path: "flatpak/org.freedesktop.Platform.VulkanLayer.lsfgvk_${{ matrix.version }}.yml"
verbose: true branch: "${{ matrix.version }}"
cache: false
flatpak-ui: flatpak-ui:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -33,5 +35,6 @@ jobs:
uses: flatpak/flatpak-github-actions/flatpak-builder@v6 uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with: with:
bundle: "gay.pancake.lsfg-vk-ui.flatpak" bundle: "gay.pancake.lsfg-vk-ui.flatpak"
manifest-path: "scripts/flatpak/gay.pancake.lsfg-vk-ui.yml" manifest-path: "flatpak/gay.pancake.lsfg-vk-ui.yml"
verbose: true branch: "develop"
cache: false