Skip to content

Commit 64ba4f1

Browse files
committed
- also fix windows appveyor
1 parent 42c3a10 commit 64ba4f1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.appveyor/AfterBuild.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -58,4 +58,4 @@ artifacts:
5858
name: DriverImageTool Linux Binaries
5959

6060
- path: Driver2CutsceneTool\bin\*\*.tar.gz
61-
name: DriverCutsceneTool Linux Binaries
61+
name: Driver2CutsceneTool Linux Binaries

0 commit comments

Comments
 (0)