mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +08:00
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:
parent
f9b2c768b8
commit
2e582b9db9
@ -32,7 +32,7 @@ build_script:
|
||||
#---------------------------------#
|
||||
|
||||
after_build:
|
||||
- ps: cd scripts; .\pack.ps1 -verbose
|
||||
- ps: .\pack.ps1 -verbose
|
||||
|
||||
artifacts:
|
||||
- path: build\cmder.zip
|
||||
|
Loading…
Reference in New Issue
Block a user