ci: try to upgrade flatpak action

This commit is contained in:
Alibek Omarov
2025-05-27 22:21:23 +03:00
parent 026435865a
commit 375ff6296b

View File

@@ -97,7 +97,7 @@ jobs:
include: include:
- app: su.xash.Engine.Compat.i386 - app: su.xash.Engine.Compat.i386
container: container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-24.08 image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08
options: --privileged options: --privileged
steps: steps:
- name: Checkout - name: Checkout
@@ -105,7 +105,7 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: Build flatpak (Compat.i386) - name: Build flatpak (Compat.i386)
uses: FWGS/flatpak-github-actions/flatpak-builder@v6.3-fix uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with: with:
bundle: ${{ matrix.app }}.flatpak bundle: ${{ matrix.app }}.flatpak
manifest-path: scripts/flatpak/${{ matrix.app }}.yml manifest-path: scripts/flatpak/${{ matrix.app }}.yml