summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2020-02-18 10:29:10 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2020-02-18 10:29:40 +0100
commit8433985051c0fb9758fd8dfe7d19cc8eaca630e1 (patch)
treec85d6f5c54b4bd6c71c7d431388b4aa12a358f8c /.appveyor.yml
parentbf4e4198b7ef925cb2b5ad46a12078c235ece71e (diff)
Updated to version 1.5.1
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 24f20370..8ff37320 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -57,8 +57,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-1.5.0-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-1.5.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-1.5.1-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-1.5.1-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'