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
5
.github/workflows/build_artifacts.yml
vendored
5
.github/workflows/build_artifacts.yml
vendored
|
@ -68,8 +68,8 @@ jobs:
|
|||
|
||||
# Run the flatpak build inside the Docker container
|
||||
docker run --rm \
|
||||
-v "${GITHUB_WORKSPACE}:/workspace" \ # Mount the workspace directory into the container
|
||||
-w /workspace \ # Set the working directory inside the container
|
||||
-v "${GITHUB_WORKSPACE}:/workspace" \
|
||||
-w /workspace \
|
||||
ghcr.io/retrodeck/retrodeck-builder:latest \
|
||||
--user --force-clean \
|
||||
--install-deps-from=flathub \
|
||||
|
@ -78,7 +78,6 @@ jobs:
|
|||
"/workspace/artifacts-build-dir" \
|
||||
"${{ env.MANIFEST_FILENAME }}"
|
||||
|
||||
|
||||
- name: "Exporting dir tree"
|
||||
id: tree
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue