This commit is contained in:
parent
47e81fd011
commit
6377234bcf
5
.github/workflows/tags.yml
vendored
5
.github/workflows/tags.yml
vendored
@ -25,6 +25,5 @@ jobs:
|
||||
USERNAME: ${{ vars.USERNAME }}
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
TAG_VERSION: ${{ github.ref_name }}
|
||||
run: curl --user $USERNAME:$TOKEN \
|
||||
--upload-file ./bin/ddnser-$TAG_VERSION.zip \
|
||||
http://10.0.0.171/api/packages/$USERNAME/go/upload
|
||||
run: |
|
||||
curl --user $USERNAME:$TOKEN --upload-file ./bin/ddnser-$TAG_VERSION.zip http://10.0.0.171/api/packages/$USERNAME/go/upload
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user