From d45e218da7ae28b21a3b8ca32a1b7fe31986138f Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 14 Jun 2024 15:59:30 +1000 Subject: [PATCH] CI: Re-enable Flathub pushes The job can just take longer.. can't be arsed to write a separate workflow at the moment. --- .github/workflows/rolling-release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 78f09f539..322bde371 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -309,14 +309,14 @@ jobs: restore-cache: true cache-key: flatpak-x64-${{ hashFiles('scripts/flatpak/**/*.json') }} -# - name: Push to Flathub stable -# if: github.ref == 'refs/heads/dev' -# uses: flathub-infra/flatpak-github-actions/flat-manager@23796715b3dfa4c86ddf50cf29c3cc8b3c82dca8 -# with: -# flat-manager-url: https://hub.flathub.org/ -# repository: stable -# token: ${{ secrets.FLATHUB_STABLE_TOKEN }} -# build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} + - name: Push to Flathub stable + if: github.ref == 'refs/heads/dev' + uses: flathub-infra/flatpak-github-actions/flat-manager@23796715b3dfa4c86ddf50cf29c3cc8b3c82dca8 + with: + flat-manager-url: https://hub.flathub.org/ + repository: stable + token: ${{ secrets.FLATHUB_STABLE_TOKEN }} + build-log-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - name: Validate build run: |