mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
And what about this?
This commit is contained in:
parent
39337e0a52
commit
519f85cd98
@ -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:
|
||||
|
@ -3,7 +3,9 @@ version: 1
|
||||
flags:
|
||||
- -trimpath
|
||||
|
||||
goos: linux
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
goarch: amd64
|
||||
|
||||
binary: hishtory-{{ .OS }}-{{ .Arch }}
|
||||
|
Loading…
Reference in New Issue
Block a user