From c8a179b4da333ce65c1b6b0398b16ccd383611f9 Mon Sep 17 00:00:00 2001 From: Leaf Garland Date: Tue, 14 Mar 2017 14:51:37 +1300 Subject: [PATCH] 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. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) 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 *