From 327a7940fd4e245c19fbde7b7990ccb898baeb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Najmann?= Date: Mon, 31 Jan 2022 15:37:32 +0100 Subject: [PATCH] dbmate: Fix release artifact name (#3273) --- bucket/dbmate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/dbmate.json b/bucket/dbmate.json index 48b0a46735..07e532618a 100644 --- a/bucket/dbmate.json +++ b/bucket/dbmate.json @@ -5,7 +5,7 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/amacneil/dbmate/releases/download/v1.13.0/dbmate-windows-amd64#/dbmate.exe", + "url": "https://github.com/amacneil/dbmate/releases/download/v1.13.0/dbmate-windows-amd64.exe#/dbmate.exe", "hash": "cf7174d63cab975cb3773d983188ab8920e91092e70f26bf1e299059951962ca" } }, @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/amacneil/dbmate/releases/download/v$version/dbmate-windows-amd64#/dbmate.exe" + "url": "https://github.com/amacneil/dbmate/releases/download/v$version/dbmate-windows-amd64.exe#/dbmate.exe" } } }