fix: syntax error
/ release (push) Failing after 0s
Details
/ release (push) Failing after 0s
Details
This commit is contained in:
parent
c33a31d2bd
commit
01c337f62b
|
@ -16,10 +16,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
GOOS=linux GOARCH=amd64 go build -o nip cmd/main.go
|
GOOS=linux GOARCH=amd64 go build -o nip cmd/main.go
|
||||||
GOOS=windows GOARCH=amd64 go build -o nip.exe cmd/main.go
|
GOOS=windows GOARCH=amd64 go build -o nip.exe cmd/main.go
|
||||||
|
|
||||||
- name: upload
|
|
||||||
run: |
|
|
||||||
curl --help all
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue