From 757f917ed15f9b4665a35bde06f9aac419d65ff9 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 16 Apr 2021 23:46:57 +0200 Subject: [PATCH] CI: Use flatpak-builder subaction The Flatpak action now contains two subactions: - flatpak-builder: for building and uploading a bundle - flat-manager: for deploying the bundle to a remote repository Use the right action (flatpak-builder) for the Flatpak workflow. This won't affect existing pull requests, except the ones that have the "Seeking Testers" label applied - in which case, they simply need to rebase against the master branch. --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index cf793e0a5..1c1800111 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -35,7 +35,7 @@ jobs: submodules: 'recursive' - name: Build Flatpak Manifest - uses: bilelmoussaoui/flatpak-github-actions@master + uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@master if: success() && (github.event_name != 'pull_request' || env.SEEKING_TESTERS == '1') with: bundle: obs-studio-${{ github.sha }}.flatpak