fix gh actions

This commit is contained in:
2024-10-10 13:16:23 +03:00
parent 7e15ea607d
commit 9c8f557ab1

View File

@@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
go build .
go get github.com/mitchellh/gox
go install github.com/mitchellh/gox@latest
/home/runner/go/bin/gox -osarch="linux/amd64 linux/arm darwin/amd64 windows/amd64" --output "build/{{ .Dir }}_{{.OS}}_{{.Arch}}"
- name: Release