From 48b5affc5b676d8c127f31399bf480098a5f201d Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Wed, 21 Feb 2024 16:52:34 -0300 Subject: [PATCH] CI: Update Flathub screenshots URL This is what Flathub uses now. It's an implementation detail that will eventually be hidden away in a Flathub-specific publish action. But for now, we still publish directly, and we have to adapt. --- .github/workflows/build-project.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-project.yaml b/.github/workflows/build-project.yaml index cf6d621a8..a9dd34194 100644 --- a/.github/workflows/build-project.yaml +++ b/.github/workflows/build-project.yaml @@ -296,7 +296,7 @@ jobs: cache: ${{ fromJSON(steps.setup.outputs.cacheHit) || (github.event_name == 'push' && github.ref_name == 'master')}} restore-cache: ${{ fromJSON(steps.setup.outputs.cacheHit) }} cache-key: ${{ steps.setup.outputs.cacheKey }} - mirror-screenshots-url: https://dl.flathub.org/repo/screenshots + mirror-screenshots-url: https://dl.flathub.org/media - name: Validate build directory uses: ./.github/actions/flatpak-builder-lint diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6d81aa687..fc98164f1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -110,7 +110,7 @@ jobs: manifest-path: ${{ github.workspace }}/build-aux/com.obsproject.Studio.json cache: ${{ fromJSON(steps.setup.outputs.cacheHit) }} cache-key: ${{ steps.setup.outputs.cacheKey }} - mirror-screenshots-url: https://dl.flathub.org/repo/screenshots + mirror-screenshots-url: https://dl.flathub.org/media branch: ${{ matrix.branch }} - name: Validate AppStream