Code cleanup

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

View file

@ -68,17 +68,16 @@ 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 \
--install-deps-from=flathub-beta \
--repo="/workspace/artifacts-repo" \
"/workspace/artifacts-build-dir" \
"${{ env.MANIFEST_FILENAME }}"
--user --force-clean \
--install-deps-from=flathub \
--install-deps-from=flathub-beta \
--repo="/workspace/artifacts-repo" \
"/workspace/artifacts-build-dir" \
"${{ env.MANIFEST_FILENAME }}"
- name: "Exporting dir tree"
id: tree
run: |