From 6a2dfb1efce678d11cf1f6524fabc1ec98ef3a83 Mon Sep 17 00:00:00 2001 From: Jared Mulconry Date: Sun, 8 Oct 2017 12:44:54 +1100 Subject: [PATCH] Fixed up the path to the build artifacts to be cached. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5a7694a..6d5a046 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ install: - cmake %CMAKE_DEFINES% -G "%CMAKE_GENERATOR_NAME%" cache: - - code\assimp.dir\%CONFIGURATION% + - assimp.dir\%CONFIGURATION% after_build: - 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\* -- 2.7.4