mirror of https://github.com/PCSX2/pcsx2.git
flatpak: Fix the location of mirrored screenshots
This commit is contained in:
parent
9d2d8c0713
commit
28a197b8cd
|
@ -102,7 +102,7 @@ jobs:
|
||||||
|
|
||||||
- name: Commit screenshots to OSTree
|
- name: Commit screenshots to OSTree
|
||||||
run: |
|
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
|
- name: Push to Flathub beta
|
||||||
if: inputs.publish == true && inputs.branch == 'beta'
|
if: inputs.publish == true && inputs.branch == 'beta'
|
||||||
|
|
Loading…
Reference in New Issue