summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2023-07-09 11:24:24 +0200
committerGitHub <noreply@github.com>2023-07-09 11:24:24 +0200
commite3ce21bb937f07b8282dccf4823e2acbdf286d17 (patch)
treecd79bffcb15aef8184d50ce3c17652eff6c37eb0 /.appveyor.yml
parent6762e8480c25b6755bd174aedb1bd0ef5f1ad478 (diff)
Bump to v1.6.1 (#496)upstream/latest
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 c120a9a1..2928f060 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -55,8 +55,8 @@ build_script:
after_build:
- ps: pushd $env:CLBLAST_BUILD
- - 7z a CLBlast-1.6.0-Windows-x64.zip .\install_dir\*
- - ps: mv CLBlast-1.6.0-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
+ - 7z a CLBlast-1.6.1-Windows-x64.zip .\install_dir\*
+ - ps: mv CLBlast-1.6.1-Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
artifacts:
- path: '*.zip'