Skip to content

Commit

Permalink
BUILD/MINOR: goreleaser: remove github action and add -trimpath
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Jun 14, 2023
1 parent 6b50279 commit 0d50ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/.goreleaser.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ builds:
id: my-build
main: ./main.go
binary: ./build/hcl-converter
flags:
- -trimpath
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 0d50ce6

Please sign in to comment.