From ffadccea117281171dada04f335f5e5ecd12fd68 Mon Sep 17 00:00:00 2001 From: Rasmus Anthin <32767250+razterizer@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:51:00 +0100 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index db9e659..0981634 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -101,7 +101,7 @@ jobs: - name: Fetch dependencies run: | cd .. - python Pilot_Episode\fetch-dependencies.py Pilot_Episode\dependencies -y + Pilot_Episode\fetch-dependencies.py Pilot_Episode\dependencies -y # Step 3: Change to the correct directory and build - name: Build project