mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-19 05:51:16 -04:00
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.
This commit is contained in:
committed by
Ryan Foster
parent
8438c08ced
commit
48b5affc5b
2
.github/workflows/build-project.yaml
vendored
2
.github/workflows/build-project.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user