Targeting the right manifest file

This commit is contained in:
XargonWan 2024-11-05 21:37:31 +09:00
parent 8da47e1144
commit ff989298f4

View file

@ -66,6 +66,7 @@ jobs:
- name: "Build flatpak" - name: "Build flatpak"
run: | run: |
# Configure Git # Configure Git
git config --global protocol.file.allow always git config --global protocol.file.allow always
@ -74,7 +75,7 @@ jobs:
--install-deps-from=flathub-beta \ --install-deps-from=flathub-beta \
--repo=${GITHUB_WORKSPACE}/artifacts-repo \ --repo=${GITHUB_WORKSPACE}/artifacts-repo \
"${GITHUB_WORKSPACE}/artifacts-build-dir" \ "${GITHUB_WORKSPACE}/artifacts-build-dir" \
net.retrodeck.retrodeck.yml ${MANIFEST_FILENAME}
- name: "Exporting dir tree" - name: "Exporting dir tree"
id: tree id: tree