From 6cbe50e44b1f930b86ae15f0649b96713279e2e6 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Wed, 13 Nov 2024 21:10:32 -0400 Subject: [PATCH] change path to push --- .github/workflows/tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index e07c1d3..089a580 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -21,6 +21,6 @@ jobs: TAG_VERSION: ${{ github.ref_name }} run: | go build -v -o ./bin/ddnser-$TAG_VERSION ./cmd/... - zip -r ddnser-$TAG_VERSION ./bin/ddnser-$TAG_VERSION + zip -r ddnser-$TAG_VERSION.zip ./bin/ddnser-$TAG_VERSION curl --user $USERNAME:$TOKEN --upload-file ./ddnser-$TAG_VERSION.zip http://10.0.0.171/api/packages/$USERNAME/go/upload