From 82c7209f7c6ebf1a314e1aa62c5988a2ba8ce738 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 14 Mar 2019 20:38:05 -0400 Subject: [PATCH] cd to version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 69890256134..c3fc52c4b57 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,7 +35,7 @@ build_script: Start-Process -FilePath $rh -ArgumentList ` "-open $env:WIN_PKG_PATH -save $env:WIN_PKG_PATH -action addoverwrite -resource .\version-info.res," ls - cd C:\Users\appveyor\.pkg-cache + cd C:\Users\appveyor\.pkg-cache\v2.5 ls cd $env:APPVEYOR_BUILD_FOLDER }