feat: 添加上传文件步骤
/ release (push) Successful in 17s
Details
/ release (push) Successful in 17s
Details
This commit is contained in:
parent
c95e68a38c
commit
012b5076a5
|
@ -17,4 +17,9 @@ jobs:
|
|||
- name: 编译
|
||||
run: |
|
||||
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: 上传编译文件
|
||||
run: |
|
||||
ls -la
|
||||
curl --help all
|
Loading…
Reference in New Issue