flatpak: Fix the location of mirrored screenshots

This commit is contained in:
Bartłomiej Piotrowski 2023-07-01 09:41:19 +02:00 committed by Connor McLaughlin
parent 9d2d8c0713
commit 28a197b8cd
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ jobs:
- name: Commit screenshots to OSTree
run: |
ostree commit --repo=repo --canonical-permissions --branch=screenshots/x86_64 .github/workflows/scripts/linux/flatpak/screenshots
ostree commit --repo=repo --canonical-permissions --branch=screenshots/x86_64 flatpak_app/screenshots
- name: Push to Flathub beta
if: inputs.publish == true && inputs.branch == 'beta'