update appveyor to cd before calling deploy asm script

This commit is contained in:
Daniel Donenfeld 2019-02-14 11:02:04 -08:00
parent 190aa264f6
commit fe51338562

View File

@ -148,4 +148,5 @@ before_deploy:
}
deploy_script:
- cd %APPVEYOR_BUILD_FOLDER%
- ps: '& "deploy-asm.ps1"'