fix path to zip
Some checks failed
Go-tags / build (push) Has been cancelled

This commit is contained in:
maximo tejeda 2024-11-13 20:53:22 -04:00
parent a2296c3408
commit ee8c65fedd

View File

@ -26,4 +26,4 @@ jobs:
TOKEN: ${{ secrets.TOKEN }} TOKEN: ${{ secrets.TOKEN }}
TAG_VERSION: ${{ github.ref_name }} TAG_VERSION: ${{ github.ref_name }}
run: | run: |
curl --user $USERNAME:$TOKEN --upload-file ./bin/ddnser-$TAG_VERSION.zip 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