diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index a8d7981..7862954 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -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