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
This commit is contained in:
Martin Kemp 2015-11-18 13:08:31 +00:00
parent f9b2c768b8
commit 2e582b9db9

View File

@ -32,7 +32,7 @@ build_script:
#---------------------------------# #---------------------------------#
after_build: after_build:
- ps: cd scripts; .\pack.ps1 -verbose - ps: .\pack.ps1 -verbose
artifacts: artifacts:
- path: build\cmder.zip - path: build\cmder.zip