CI: Add 'flatpak' to Flatpak bundle name

Provide some clarity on the GitHub Actions artifacts list.
master
Ryan Foster 2022-03-17 22:43:18 -04:00 committed by Georges Basile Stavracas Neto
parent 3b7d427574
commit 14f6ea0841
1 changed files with 1 additions and 1 deletions

View File

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