0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

CI: Pass mirror-screenshots-url to build workflow

This allows flatpak-builder to set up and commit the screenshots on our
behalf.
This commit is contained in:
Georges Basile Stavracas Neto 2024-02-13 10:07:58 -03:00 committed by Ryan Foster
parent d8308f289b
commit 06bb6f0be7

View File

@ -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