mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 22:11:40 +02:00
And what about this?
This commit is contained in:
parent
39337e0a52
commit
519f85cd98
@ -32,7 +32,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
||||||
env: "GOOS=darwin"
|
|
||||||
# Upload to GitHub release.
|
# Upload to GitHub release.
|
||||||
upload:
|
upload:
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -3,7 +3,9 @@ version: 1
|
|||||||
flags:
|
flags:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
|
|
||||||
goos: linux
|
goos:
|
||||||
|
- linux
|
||||||
|
- darwin
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
|
|
||||||
binary: hishtory-{{ .OS }}-{{ .Arch }}
|
binary: hishtory-{{ .OS }}-{{ .Arch }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user