aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index facb3c4..3cadeff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,12 +37,12 @@ after_test:
- copy target\release\ilc.exe 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 *
+ - 7z a ../%PROJECT_NAME%-%TARGET%.zip *
# IMPORTANT All the artifacts need to be listed here, or they won't be uploaded to GitHub
artifacts:
- - path: $(PROJECT_NAME)-$(APPVEYOR_REPO_TAG_NAME)-$(TARGET).zip
- name: $(PROJECT_NAME)-$(APPVEYOR_REPO_TAG_NAME)-$(TARGET).zip
+ - path: $(PROJECT_NAME)-$(TARGET).zip
+ name: $(PROJECT_NAME)-$(TARGET).zip
type: zip
deploy: