From fc23e10cbcec47ac889fd3f4e8a73249ab29b19b Mon Sep 17 00:00:00 2001
From: XargonWan <XargonWan@gmail.com>
Date: Tue, 5 Nov 2024 14:52:51 +0900
Subject: [PATCH] Code cleanup

---
 .github/workflows/build_artifacts.yml | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml
index 3907571..0093ab5 100644
--- a/.github/workflows/build_artifacts.yml
+++ b/.github/workflows/build_artifacts.yml
@@ -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: |