enhancement(flatpakui): update action branch and cache

This commit is contained in:
PancakeTAS 2025-08-28 21:09:56 +02:00 committed by Pancake
parent 2de618809c
commit ccd4d92a3e

View file

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