test: add test extension to workflow

This commit is contained in:
PancakeTAS 2025-07-25 16:30:25 +02:00 committed by Pancake
parent 16faf95b67
commit 0eb012b04b

View file

@ -19,6 +19,6 @@ jobs:
- name: Build Flatpak extension (${{ matrix.version }})
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk_${{ matrix.version }}.flatpak"
bundle: "org.freedesktop.Platform.VulkanLayer.lsfg_vk_TEST_${{ matrix.version }}.flatpak"
manifest-path: "flatpak/org.freedesktop.Platform.VulkanLayer.lsfgvk_${{ matrix.version }}.yml"
verbose: true