This commit is contained in:
parent
f30ecfd24b
commit
daf8e2ecf6
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
@ -21,5 +21,7 @@ jobs:
|
||||
TAG_VERSION: ${{ github.ref_name }}
|
||||
run: |
|
||||
go build -v -o ./bin/ddnser-$TAG_VERSION ./cmd/...
|
||||
curl --user $USERNAME:$TOKEN --upload-file ./bin/ddnser-$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/go/upload
|
||||
rm -rf .git/
|
||||
find -type f | while read f; do zip ddnser-$TAG_VERSION.zip "$f"; done
|
||||
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