diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 4fc1d6b..fb968da 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -15,8 +15,8 @@ jobs: - name: Get prebuilt stuff run: | powershell -c "& { iwr https://raw.githubusercontent.com/grumpycoders/pcsx-redux/main/mips.ps1 | iex }" - echo "$GITHUB_WORKSPACE\mips" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - echo "$GITHUB_WORKSPACE\mips\mips\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + echo "$env:GITHUB_WORKSPACE/mips" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + echo "$env:GITHUB_WORKSPACE/mips/mips/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append mips install 11.2.0 C:\msys64\usr\bin\wget.exe https://github.com/Lameguy64/mkpsxiso/releases/download/v1.26/mkpsxiso-1.26.zip 7z.exe x mkpsxiso-1.20.zip -o"$GITHUB_WORKSPACE\mkpsxiso"