mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 11:15:38 +00:00
Targeting the right manifest file
This commit is contained in:
parent
8da47e1144
commit
ff989298f4
3
.github/workflows/build_artifacts.yml
vendored
3
.github/workflows/build_artifacts.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue