File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ for %%c in (%config::= %) do (
1717 xcopy /e /v %data_folder% .\ /Y
1818 7z a " DriverImageTool_%%c .zip" " .\*"
1919
20- cd %project_folder% \DriverCutsceneTool \bin\%%c
20+ cd %project_folder% \Driver2CutsceneTool \bin\%%c
2121
2222 xcopy /e /v %data_folder% .\ /Y
23- 7z a " DriverCutsceneTool_ %%c .zip" " .\*"
23+ 7z a " Driver2CutsceneTool_ %%c .zip" " .\*"
2424)
Original file line number Diff line number Diff line change 1212 cd " ${APPVEYOR_BUILD_FOLDER} /DriverImageTool/bin/${config^} "
1313 tar -czf " DriverImageTool_${config^} .tar.gz" *
1414
15- cd " ${APPVEYOR_BUILD_FOLDER} /DriverCutsceneTool /bin/${config^} "
16- tar -czf " DriverCutsceneTool_ ${config^} .tar.gz" *
15+ cd " ${APPVEYOR_BUILD_FOLDER} /Driver2CutsceneTool /bin/${config^} "
16+ tar -czf " Driver2CutsceneTool_ ${config^} .tar.gz" *
1717done
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ artifacts:
4444 - path : DriverImageTool\bin\*\*.zip
4545 name : DriverImageTool Windows Binaries
4646
47- - path : DriverCutsceneTool \bin\*\*.zip
48- name : DriverCutsceneTool Windows Binaries
47+ - path : Driver2CutsceneTool \bin\*\*.zip
48+ name : Driver2CutsceneTool Windows Binaries
4949
5050# --------------
5151 - path : DriverLevelTool\bin\*\*.tar.gz
@@ -57,5 +57,5 @@ artifacts:
5757 - path : DriverImageTool\bin\*\*.tar.gz
5858 name : DriverImageTool Linux Binaries
5959
60- - path : DriverCutsceneTool \bin\*\*.tar.gz
61- name : DriverCutsceneTool Linux Binaries
60+ - path : Driver2CutsceneTool \bin\*\*.tar.gz
61+ name : Driver2CutsceneTool Linux Binaries
You can’t perform that action at this time.
0 commit comments