ui: finally fix flatpak workflow file

This commit is contained in:
PancakeTAS 2025-07-24 15:22:35 +02:00
parent ddad2fc85e
commit c959c8f542
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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