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
68c10561de
commit
60d4e10c5c
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:
|
||||
push:
|
||||
branches: ["release"]
|
||||
|
||||
jobs:
|
||||
flatpak:
|
||||
flatpak-extensions:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -20,5 +20,21 @@ 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
|
||||
- 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