Skip to content

Commit

Permalink
added binaries as release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-ares committed May 20, 2024
1 parent c7209f5 commit d961772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ start-test-environment-%:
go run -v local.go --type $*

getAddLicense:
GO111MODULE=off go get -v -u github.com/google/addlicense
go install github.com/google/addlicense@latest

addLicense: getAddLicense
`go env GOPATH`/bin/addlicense -f LICENSE.header * .github/*
Expand Down

0 comments on commit d961772

Please sign in to comment.