Skip to content

Commit a89acea

Browse files
build name
1 parent 4ca2aa5 commit a89acea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ archives:
5656
# this name template makes the OS and Arch compatible with the results of `uname`.
5757
name_template: >-
5858
httpcache_
59+
{{- .Version }}_
5960
{{- title .Os }}_
6061
{{- if eq .Arch "amd64" }}x86_64
6162
{{- else if eq .Arch "386" }}i386

sqlpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"symbols": ["cache_age", "cache_expired", "cache_expired_ttl", "cache_lifetime", "cache_lifetime_shared", "http_request"],
1010
"assets": {
1111
"files": {
12-
"linux-amd64": "sqlite-http-cache-{version}-linux-x86.tar.gz",
13-
"windows-amd64": "sqlite-http-cache-{version}-windows-x86.zip"
12+
"linux-amd64": "sqlite-http-cache_{version}_Linux_x86_64.tar.gz"
1413
}
1514
}
1615
}

0 commit comments

Comments
 (0)