From f03280c4fd449d1591363291fd2762ffca878e6a Mon Sep 17 00:00:00 2001 From: tytan652 Date: Sat, 7 Dec 2024 08:43:47 +0100 Subject: [PATCH] CI: Disable Flatpak bundling on publish It is not needed to publish on a Flatpak repo and the push workflow already generates a bundle. --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 51a93659cf026f..bf4ec8ac98bdc4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -109,7 +109,7 @@ jobs: - name: Build Flatpak Manifest uses: flathub-infra/flatpak-github-actions/flatpak-builder@e5fa5a8fe51d76f770ad9d240e4ad5898b1c6a53 with: - bundle: obs-studio-${{ steps.setup.outputs.commitHash }}.flatpak + build-bundle: false manifest-path: ${{ github.workspace }}/build-aux/com.obsproject.Studio.json cache: ${{ fromJSON(steps.setup.outputs.cacheHit) }} cache-key: ${{ steps.setup.outputs.cacheKey }}