Skip to content

Commit

Permalink
fixed goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSaikovski committed Aug 16, 2023
1 parent 8da31e5 commit 1efca89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
- linux
- windows
- darwin
main: ./cmd/gostarter ##change this for your package
main: ./ ##change this for your package

archives:
- format: tar.gz
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
GO = go
GOFLAGS = -ldflags="-s -w"


# Define the target executable
TARGET = gogoodwe

Expand Down

0 comments on commit 1efca89

Please sign in to comment.