mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
Targeting the right manifest file - fix
This commit is contained in:
parent
ff989298f4
commit
f732039871
2
.github/workflows/build_artifacts.yml
vendored
2
.github/workflows/build_artifacts.yml
vendored
|
@ -75,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" \
|
||||||
${MANIFEST_FILENAME}
|
"${{ inputs.MANIFEST_FILENAME }}"
|
||||||
|
|
||||||
- name: "Exporting dir tree"
|
- name: "Exporting dir tree"
|
||||||
id: tree
|
id: tree
|
||||||
|
|
Loading…
Reference in a new issue