dbmate: Fix release artifact name (#3273)

This commit is contained in:
Aleš Najmann 2022-01-31 15:37:32 +01:00 committed by GitHub
parent b1f059b12f
commit 327a7940fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}