Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Oct 4, 2024
1 parent eeca675 commit 53e09bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
# This is an example goreleaser.yaml file with some defaults.
# Make sure to check the documentation at http://goreleaser.com
# env:
Expand Down Expand Up @@ -26,7 +27,8 @@ builds:
binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
no_unique_dist_dir: true
archives:
- format: zip
- id: archive
format: zip
files:
- none*
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ go.releaser:
git tag -a "$(VERSION)" -m "Version $(VERSION)"
echo "LATEST TAG: $$(git describe --tags --abbrev=0)"
goreleaser release --verbose --clean
file dist/* | grep executable | awk '{print $1}' | cut -d: -f1 | xargs rm -f

#go.lint: @ Run `golangci-lint run` against the current code
go.lint:
Expand Down

0 comments on commit 53e09bf

Please sign in to comment.