diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 4fdfc09..12a61d5 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -70,8 +70,8 @@ jobs: # run: sudo apt install libopenal-dev # Step 3: Change to the correct directory and build - # - name: Run build.bat - # continue-on-error: false # Ensure errors are not bypassed - # run: | - # cd Pilot_Episode - # .\build.bat + - name: Run build.bat + continue-on-error: false # Ensure errors are not bypassed + run: | + cd Pilot_Episode + .\build.bat