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