Skip to content

Commit

Permalink
Merge pull request #14 from flashcatcloud/goreleaser
Browse files Browse the repository at this point in the history
change package name
  • Loading branch information
kongfei605 authored Oct 15, 2023
2 parents 847cb8e + d0118f7 commit 083d214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}-with-cgo-plugin"
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
wrap_in_directory: true
files:
- etc/*
Expand Down

0 comments on commit 083d214

Please sign in to comment.