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 88 - .github/workflows/check-builds.yaml
99 - CMakeLists.txt
1010 - Makefile
11+ - tdata
1112 pull_request :
1213 types : [opened, reopened, synchronize, ready_for_review]
1314 paths :
4849 Rename-Item -Path "bin/fusion" -newName "$version-fusion"
4950 Write-Output "Built version $version"
5051 }
52+ Copy-Item -Path "tdata" -Destination "bin/tdata" -Recurse
5153 Copy-Item -Path "sql" -Destination "bin/sql" -Recurse
5254 Copy-Item -Path "config.ini" -Destination "bin"
5355 shell : pwsh
@@ -100,6 +102,7 @@ jobs:
100102 }
101103 Rename-Item -Path "bin/$configuration" -newName "$version-$configuration"
102104 Write-Output "Built version $version $configuration"
105+ Copy-Item -Path "tdata" -Destination "bin/$version-$configuration/tdata" -Recurse
103106 Copy-Item -Path "sql" -Destination "bin/$version-$configuration/sql" -Recurse
104107 Copy-Item -Path "config.ini" -Destination "bin/$version-$configuration"
105108 }
You can’t perform that action at this time.
0 commit comments