浏览代码

CI: Add 'flatpak' to Flatpak bundle name

Provide some clarity on the GitHub Actions artifacts list.
Ryan Foster 3 年之前
父节点
当前提交
14f6ea0841
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
         uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
         if: ${{ success() && (github.event_name != 'pull_request' || env.SEEKING_TESTERS == '1') }}
         if: ${{ success() && (github.event_name != 'pull_request' || env.SEEKING_TESTERS == '1') }}
         with:
         with:
-          bundle: obs-studio-${{ github.sha }}.flatpak
+          bundle: obs-studio-flatpak-${{ github.sha }}.flatpak
           manifest-path: CI/flatpak/com.obsproject.Studio.json
           manifest-path: CI/flatpak/com.obsproject.Studio.json
           cache-key: flatpak-builder-${{ github.sha }}
           cache-key: flatpak-builder-${{ github.sha }}