mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
enhancement(flatpakui): update action branch and cache
This commit is contained in:
parent
48b63f7d52
commit
2331029298
1 changed files with 8 additions and 5 deletions
13
.github/workflows/flatpak_ci.yml
vendored
13
.github/workflows/flatpak_ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue