Update .goreleaser.yml

This commit is contained in:
Andrew 2024-03-07 18:54:39 +08:00 committed by GitHub
parent b4a6ca513d
commit 1caf79631e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ builds:
- env: - env:
- CGO_ENABLED=0 - CGO_ENABLED=0
ldflags: ldflags:
- -s -w -X github.com/filebrowser/filebrowser/v2/version.Version={{ .Version }} -X github.com/filebrowser/filebrowser/v2/version.CommitSHA={{ .ShortCommit }} - -s -w -X github.com/yi-you/filebrowser/v2/version.Version={{ .Version }} -X github.com/yi-you/filebrowser/v2/version.CommitSHA={{ .ShortCommit }}
main: main.go main: main.go
binary: filebrowser binary: filebrowser
goos: goos:
@ -42,7 +42,7 @@ archives:
brews: brews:
- name: filebrowser - name: filebrowser
repository: repository:
owner: filebrowser owner: yi-you
name: homebrew-tap name: homebrew-tap
folder: Formula folder: Formula
homepage: https://filebrowser.org homepage: https://filebrowser.org