From 2331029298f583f4a33ac63bdcba04c25e9db930 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Thu, 28 Aug 2025 21:09:56 +0200 Subject: [PATCH] enhancement(flatpakui): update action branch and cache --- .github/workflows/flatpak_ci.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flatpak_ci.yml b/.github/workflows/flatpak_ci.yml index a4fd3b3..a44da39 100644 --- a/.github/workflows/flatpak_ci.yml +++ b/.github/workflows/flatpak_ci.yml @@ -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