Skip to content

Commit aa6bb7d

Browse files
committed
- attempt to fix linux appveyor
1 parent 5582a43 commit aa6bb7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.appveyor/AfterBuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ do
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" *
1717
done

0 commit comments

Comments
 (0)