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