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 }}