Skip to content

Commit 29619f7

Browse files
committed
paths...
1 parent c2ec076 commit 29619f7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/windows-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
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

0 commit comments

Comments
 (0)