And what about this?

This commit is contained in:
David Dworken 2022-04-17 10:40:06 -07:00
parent 39337e0a52
commit 519f85cd98
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,6 @@ jobs:
with:
go-version: 1.17
env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
env: "GOOS=darwin"
# Upload to GitHub release.
upload:
permissions:

View File

@ -3,7 +3,9 @@ version: 1
flags:
- -trimpath
goos: linux
goos:
- linux
- darwin
goarch: amd64
binary: hishtory-{{ .OS }}-{{ .Arch }}