Fix appveyor deploy script

This commit is contained in:
sharkdp 2017-10-07 16:03:07 +02:00
parent d8da6ec83c
commit 20e179c91d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ before_deploy:
- cargo build --release
- mkdir staging
- copy target\release\fd.exe staging
- copy target\release\build\fd-find-*\out\_fd.ps1 staging
- ps: copy target\release\build\fd-find*\out\_fd.ps1 staging
- cd staging
# release zipfile will look like 'rust-everywhere-v1.2.3-x86_64-pc-windows-msvc'
- 7z a ../%PROJECT_NAME%-%APPVEYOR_REPO_TAG_NAME%-%TARGET%.zip *