summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 43adc42c..c089e07b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -40,7 +40,6 @@ before_deploy:
- cargo build --release
- mkdir staging
- copy target\release\rg.exe staging
- - 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 *