mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
enhancement(flatpakui): update release flatpak workflow
This commit is contained in:
parent
cff60aa444
commit
e291ee28f2
1 changed files with 20 additions and 4 deletions
24
.github/workflows/flatpak.yml
vendored
24
.github/workflows/flatpak.yml
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
name: Build lsfg-vk Flatpak extensions
|
name: Build lsfg-vk for Flatpak
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["release"]
|
branches: ["release"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flatpak:
|
flatpak-extensions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -20,5 +20,21 @@ 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:
|
||||||
|
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
|
||||||
|
- name: Build Flatpak
|
||||||
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
|
with:
|
||||||
|
bundle: "gay.pancake.lsfg-vk-ui.flatpak"
|
||||||
|
manifest-path: "flatpak/gay.pancake.lsfg-vk-ui.yml"
|
||||||
|
branch: "release"
|
||||||
|
cache: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue