From 57efef86072c0efcdeedae381852b8d4c1bb5edd Mon Sep 17 00:00:00 2001 From: aka turbo Date: Wed, 18 Oct 2017 09:26:11 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9dc2a7ea..e0f04b72 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,6 @@ clone_folder: c:\gopath\src\github.com\rqlite\rqlite environment: GOPATH: c:\gopath - CIVERS: rqlited-4.%APPVEYOR_BUILD_VERSION%-ci-%APPVEYOR_BUILD_ID%-win64 install: - set BUILD_ENV=gnu @@ -20,8 +19,8 @@ build_script: - go test -v ./... after_build: - - 7z a %CIVERS%.zip %GOPATH%\bin\rq*.exe + - 7z a rqlited-$(build)-nightly-win64.zip %GOPATH%\bin\rq*.exe artifacts: - - path: %CIVERS%.zip + - path: rqlited-$(build)-nightly-win64.zip name: rqlite 4.{build} for Windows (64bit)