From 14f6ea08410ccabcd004c489ab348228b0519f37 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 17 Mar 2022 22:43:18 -0400 Subject: [PATCH] CI: Add 'flatpak' to Flatpak bundle name Provide some clarity on the GitHub Actions artifacts list. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32b13bba0..f27216c13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -383,7 +383,7 @@ jobs: uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 if: ${{ success() && (github.event_name != 'pull_request' || env.SEEKING_TESTERS == '1') }} with: - bundle: obs-studio-${{ github.sha }}.flatpak + bundle: obs-studio-flatpak-${{ github.sha }}.flatpak manifest-path: CI/flatpak/com.obsproject.Studio.json cache-key: flatpak-builder-${{ github.sha }}