summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-30 17:33:37 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-30 17:33:37 +0200
commitef082bba0d61a93f129f23e400b88ef3d152d167 (patch)
tree5f3475c4c84d2e47875b4a0d3cbdd336dec27d2f
parentf4c4674cf66180dd71d140c4bfa9758a0e8ac86f (diff)
Fixed a minor appveyor artifact issue
-rw-r--r--.appveyor.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 484f5164..0aefffb7 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,5 @@
environment:
global:
- CLBLAST_VERSION: "1.1.0"
CLBLAST_BUILD: "C:\\clblast\\build"
OPENCL_REGISTRY: "https://www.khronos.org/registry/cl"
OPENCL_ROOT: "C:\\dependencies\\opencl"
@@ -59,8 +58,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-$env:CLBLAST_VERSION-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-$env:CLBLAST_VERSION-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-1.1.0-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-1.1.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'