mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-04-22 02:11:43 +00:00
ui: finally fix flatpak workflow file
This commit is contained in:
parent
ddad2fc85e
commit
c959c8f542
2 changed files with 2 additions and 2 deletions
2
.github/workflows/update-flatpak-23.08.yml
vendored
2
.github/workflows/update-flatpak-23.08.yml
vendored
|
|
@ -15,6 +15,6 @@ jobs:
|
|||
- name: Build Flatpak extension
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk"
|
||||
bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk_23.08.flatpak"
|
||||
manifest-path: "flatpak/org.freedesktop.Platform.VulkanLayer.lsfgvk_23.08.yml"
|
||||
verbose: true
|
||||
|
|
|
|||
2
.github/workflows/update-flatpak-24.08.yml
vendored
2
.github/workflows/update-flatpak-24.08.yml
vendored
|
|
@ -15,6 +15,6 @@ jobs:
|
|||
- name: Build Flatpak extension
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk"
|
||||
bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk_24.08.flatpak"
|
||||
manifest-path: "flatpak/org.freedesktop.Platform.VulkanLayer.lsfgvk_24.08.yml"
|
||||
verbose: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue