From 066cdcaba707c05f71f0379172991485f746a216 Mon Sep 17 00:00:00 2001 From: Rasmus Anthin <32767250+razterizer@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:08:06 +0100 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 5a9d2e7..bbdf07c 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -100,9 +100,7 @@ jobs: # Step 2: Move to the parent directory and fetch dependencies - name: Fetch dependencies run: | - cd .. - pwd - dir + cd $env:GITHUB_WORKSPACE\.. ./Pilot_Episode/fetch-dependencies.py Pilot_Episode/dependencies -y # Step 3: Change to the correct directory and build @@ -110,4 +108,5 @@ jobs: continue-on-error: false # Ensure errors are not bypassed run: | pwd + cd $env:GITHUB_WORKSPACE\Pilot_Episode ./build.bat \ No newline at end of file