mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
Code cleanup
This commit is contained in:
parent
411ff68421
commit
fc23e10cbc
19
.github/workflows/build_artifacts.yml
vendored
19
.github/workflows/build_artifacts.yml
vendored
|
@ -68,17 +68,16 @@ jobs:
|
||||||
|
|
||||||
# Run the flatpak build inside the Docker container
|
# Run the flatpak build inside the Docker container
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v "${GITHUB_WORKSPACE}:/workspace" \ # Mount the workspace directory into the container
|
-v "${GITHUB_WORKSPACE}:/workspace" \
|
||||||
-w /workspace \ # Set the working directory inside the container
|
-w /workspace \
|
||||||
ghcr.io/retrodeck/retrodeck-builder:latest \
|
ghcr.io/retrodeck/retrodeck-builder:latest \
|
||||||
--user --force-clean \
|
--user --force-clean \
|
||||||
--install-deps-from=flathub \
|
--install-deps-from=flathub \
|
||||||
--install-deps-from=flathub-beta \
|
--install-deps-from=flathub-beta \
|
||||||
--repo="/workspace/artifacts-repo" \
|
--repo="/workspace/artifacts-repo" \
|
||||||
"/workspace/artifacts-build-dir" \
|
"/workspace/artifacts-build-dir" \
|
||||||
"${{ env.MANIFEST_FILENAME }}"
|
"${{ env.MANIFEST_FILENAME }}"
|
||||||
|
|
||||||
|
|
||||||
- name: "Exporting dir tree"
|
- name: "Exporting dir tree"
|
||||||
id: tree
|
id: tree
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue