We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5250cd commit b53985eCopy full SHA for b53985e
1 file changed
.github/workflows/windows-build.yml
@@ -47,7 +47,7 @@ jobs:
47
shell: pwsh
48
run: |
49
$runDir = "$env:GITHUB_WORKSPACE\Run"
50
- $dataRepo = "$runDir\_data_repo"
+ $dataRepo = "$runDir\Data"
51
$testsDir = "$runDir\Tests"
52
New-Item -ItemType Directory -Path $runDir -Force | Out-Null
53
if (Test-Path "$dataRepo\.git") {
0 commit comments