mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
parent
396b9baaa5
commit
00b57b50ae
1 changed files with 1 additions and 1 deletions
|
@ -56,8 +56,8 @@ before_deploy:
|
|||
# Generate artifacts for release
|
||||
- cargo build --release
|
||||
- mkdir staging
|
||||
# TODO update this part to copy the artifacts that make sense for your project
|
||||
- copy target\release\fd.exe staging
|
||||
- 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 *
|
||||
|
|
Loading…
Reference in a new issue