From 06bb6f0be779a271ef1df74da30abb2f3dcf6124 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 13 Feb 2024 10:07:58 -0300 Subject: [PATCH] CI: Pass mirror-screenshots-url to build workflow This allows flatpak-builder to set up and commit the screenshots on our behalf. --- .github/workflows/build-project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-project.yaml b/.github/workflows/build-project.yaml index 66a59176e..f8802c812 100644 --- a/.github/workflows/build-project.yaml +++ b/.github/workflows/build-project.yaml @@ -297,6 +297,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 - name: Validate build directory uses: ./.github/actions/flatpak-builder-lint