File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 8
8
- .github/workflows/check-builds.yaml
9
9
- CMakeLists.txt
10
10
- Makefile
11
+ - tdata
11
12
pull_request :
12
13
types : [opened, reopened, synchronize, ready_for_review]
13
14
paths :
48
49
Rename-Item -Path "bin/fusion" -newName "$version-fusion"
49
50
Write-Output "Built version $version"
50
51
}
52
+ Copy-Item -Path "tdata" -Destination "bin/tdata" -Recurse
51
53
Copy-Item -Path "sql" -Destination "bin/sql" -Recurse
52
54
Copy-Item -Path "config.ini" -Destination "bin"
53
55
shell : pwsh
@@ -100,6 +102,7 @@ jobs:
100
102
}
101
103
Rename-Item -Path "bin/$configuration" -newName "$version-$configuration"
102
104
Write-Output "Built version $version $configuration"
105
+ Copy-Item -Path "tdata" -Destination "bin/$version-$configuration/tdata" -Recurse
103
106
Copy-Item -Path "sql" -Destination "bin/$version-$configuration/sql" -Recurse
104
107
Copy-Item -Path "config.ini" -Destination "bin/$version-$configuration"
105
108
}
You can’t perform that action at this time.
0 commit comments