Back to wget

This commit is contained in:
ABelliqueux 2021-11-28 22:24:32 +01:00
parent 7f81b0aa62
commit 586edb90c1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
echo "Extracting to $GITHUB_WORKSPACE/mkpsxiso..."
7z.exe x mkpsxiso-1.20.zip -o"$GITHUB_WORKSPACE/mkpsxiso"
echo "Extracting to $GITHUB_WORKSPACE/psyq..."
7z.exe x psyq-4.7-converted-full.7z -o"$GITHUB_WORKSPACE/psyq"
7z.exe x psyq-4.7-converted-full.7z -o"D:/a/3dcam-headers/3dcam-headers/psyq"
echo "$GITHUB_WORKSPACE/mipsel/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "$GITHUB_WORKSPACE/mkpsxiso" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append