mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
20 lines
644 B
YAML
20 lines
644 B
YAML
name: Update lsfg-vk Flatpak (24.08)
|
|
on:
|
|
push:
|
|
branches: ["develop", "flatpak"]
|
|
|
|
jobs:
|
|
update-flatpak:
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08
|
|
options: --privileged
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v4
|
|
- name: Build Flatpak extension
|
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
|
with:
|
|
bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk_24.08.flatpak"
|
|
manifest-path: "flatpak/org.freedesktop.Platform.VulkanLayer.lsfgvk_24.08.yml"
|
|
verbose: true
|