Skip to content

Commit e5a0a73

Browse files
fix directory and binary
1 parent 0216b02 commit e5a0a73

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.goreleaser.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
builds:
2+
- main: .
3+
binary: ./bin/opn
4+
flags:
5+
- -trimpath
6+
env:
7+
- CGO_ENABLED=0
8+
- GO111MODULE=auto
9+
targets:
10+
- darwin_amd64
11+
- darwin_arm64
12+
- linux_amd64
13+
- linux_arm64
14+
- windows_amd64
15+
archives:
16+
- id: tar
17+
format: tar.gz

0 commit comments

Comments
 (0)