summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLeaf Garland <leaf.garland@pushpay.com>2017-03-14 14:51:37 +1300
committerAndrew Gallant <jamslam@gmail.com>2017-03-14 08:53:04 -0400
commitc8a179b4da333ce65c1b6b0398b16ccd383611f9 (patch)
treead32e96e8a87e7f4f8f95885fcb045ff8c88a4b7 /appveyor.yml
parent46f94826fdb6e3061362ac975cb18edc8c98c30a (diff)
Add powershell completions to build artifacts
Use a `ps:` (powershell) command to copy the completions file so that we can use directory globbing to find the file.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c089e07b..d2de7e3b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,6 +40,7 @@ before_deploy:
- cargo build --release
- mkdir staging
- copy target\release\rg.exe staging
+ - ps: copy target\release\build\ripgrep-*\out\_rg.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 *