Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 committed Apr 5, 2024
1 parent 467c6a1 commit 723497d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ archives:
{{- if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "devbuild"
changelog:
Expand Down
2 changes: 1 addition & 1 deletion script/devbuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

goreleaser build --single-target --snapshot --clean
goreleaser build --snapshot --clean

0 comments on commit 723497d

Please sign in to comment.