Skip to content

Commit

Permalink
relocate goreleaser configuration (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Nov 19, 2021
1 parent b874916 commit 70ad2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml → cmd/wifiqr/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name: wifiqr
builds:
- main: ./cmd/wifiqr
- main: .
ldflags:
- -s -w -X main.version={{.Version}}
env: [CGO_ENABLED=0]
Expand Down

0 comments on commit 70ad2e3

Please sign in to comment.