Browse Source

CI: Add 'flatpak' to Flatpak bundle name

Provide some clarity on the GitHub Actions artifacts list.
Ryan Foster 3 years ago
parent
commit
14f6ea0841
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.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 }}