This commit is contained in:
parent
6cbe50e44b
commit
f30ecfd24b
3
.github/workflows/tags.yml
vendored
3
.github/workflows/tags.yml
vendored
@ -21,6 +21,5 @@ jobs:
|
|||||||
TAG_VERSION: ${{ github.ref_name }}
|
TAG_VERSION: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
go build -v -o ./bin/ddnser-$TAG_VERSION ./cmd/...
|
go build -v -o ./bin/ddnser-$TAG_VERSION ./cmd/...
|
||||||
zip -r ddnser-$TAG_VERSION.zip ./bin/ddnser-$TAG_VERSION
|
curl --user $USERNAME:$TOKEN --upload-file ./bin/ddnser-$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/go/upload
|
||||||
curl --user $USERNAME:$TOKEN --upload-file ./ddnser-$TAG_VERSION.zip http://10.0.0.171/api/packages/$USERNAME/go/upload
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user