mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +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 \
|
||||
--repo=${GITHUB_WORKSPACE}/artifacts-repo \
|
||||
"${GITHUB_WORKSPACE}/artifacts-build-dir" \
|
||||
${MANIFEST_FILENAME}
|
||||
"${{ inputs.MANIFEST_FILENAME }}"
|
||||
|
||||
- name: "Exporting dir tree"
|
||||
id: tree
|
||||
|
|
Loading…
Reference in a new issue