Skip to content

Commit

Permalink
Fix appveyor deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Oct 7, 2017
1 parent d8da6ec commit 20e179c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit 20e179c

Please sign in to comment.