From cbbf30e849e893447df4878f506bb43ed7ea8750 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 4 Apr 2023 14:07:26 -0400 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 90cf2d5b..5cb039b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,5 +28,5 @@ after_build: - 7z a rqlite-latest-win64.zip %GOPATH%\bin\rq*.exe artifacts: - - path: rqlite-%APPVEYOR_REPO_BRANCH%-latest-win64.zip + - path: rqlite-latest-win64.zip name: rqlite for Windows x64