mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +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"
|
||||
run: |
|
||||
|
||||
# Configure Git
|
||||
git config --global protocol.file.allow always
|
||||
|
||||
|
@ -74,7 +75,7 @@ jobs:
|
|||
--install-deps-from=flathub-beta \
|
||||
--repo=${GITHUB_WORKSPACE}/artifacts-repo \
|
||||
"${GITHUB_WORKSPACE}/artifacts-build-dir" \
|
||||
net.retrodeck.retrodeck.yml
|
||||
${MANIFEST_FILENAME}
|
||||
|
||||
- name: "Exporting dir tree"
|
||||
id: tree
|
||||
|
|
Loading…
Reference in a new issue