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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue