File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 shell : pwsh
5757 run : |
5858 $runDir = "$env:GITHUB_WORKSPACE\Run"
59- $testsDir = "$runDir\Tests"
6059 $stashDir = "$env:RUNNER_TEMP\openfodder-runtime"
6160 $ffmpegBin = "$env:GITHUB_WORKSPACE\vcpkg_installed\${{ matrix.vcpkg_triplet }}\bin"
6261
@@ -69,13 +68,13 @@ jobs:
6968 Copy-Item "$runDir\SDL3.dll" -Destination $stashDir -Force -ErrorAction SilentlyContinue
7069 Copy-Item "$runDir\SDL3_mixer.dll" -Destination $stashDir -Force -ErrorAction SilentlyContinue
7170
72- git clone --single-branch https://github.com/OpenFodder/data.git $runDir
71+ git clone --single-branch https://github.com/OpenFodder/data.git $runDir/Data
7372
7473 Copy-Item "$stashDir\openfodder.exe" -Destination $runDir -Force
7574 Copy-Item "$stashDir\SDL3.dll" -Destination $runDir -Force
7675 Copy-Item "$stashDir\SDL3_mixer.dll" -Destination $runDir -Force
7776
78- git clone https://github.com/OpenFodder/tests.git $testsDir
77+ git clone https://github.com/OpenFodder/tests.git $runDir/Tests
7978
8079 Copy-Item "$ffmpegBin\avcodec*.dll" -Destination $runDir -Force
8180 Copy-Item "$ffmpegBin\avformat*.dll" -Destination $runDir -Force
You can’t perform that action at this time.
0 commit comments