aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c29064c..3aa3f02 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,5 +3,5 @@ after_build:
- 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**"
artifacts:
- - path: project-ports\Project Ports\bin\*.zip
- name: ports
+ - path: project-ports\Project Ports\bin\Ports-%APPVEYOR_BUILD_VERSION%.zip
+ name: Ports-%APPVEYOR_BUILD_VERSION%