Code cleanup

This commit is contained in:
XargonWan 2024-11-05 14:52:51 +09:00
parent 411ff68421
commit fc23e10cbc

View file

@ -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: |