From 2e582b9db91e48e6bd6af013b37e8eb42d5d3690 Mon Sep 17 00:00:00 2001 From: Martin Kemp Date: Wed, 18 Nov 2015 13:08:31 +0000 Subject: [PATCH] Fix after_build script. We are already in the scripts directory after build. This prevents the ItemNotFoundException seen here: https://ci.appveyor.com/project/MartiUK/cmder/build/1.0.79-development#64 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 44d8621..04efe90 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ build_script: #---------------------------------# after_build: - - ps: cd scripts; .\pack.ps1 -verbose + - ps: .\pack.ps1 -verbose artifacts: - path: build\cmder.zip