diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index 3df4b40..766d0ed 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -38,4 +38,7 @@ jobs: run: | curl --user $USERNAME:$TOKEN --upload-file bin/ddns_arm64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/arm64_$TAG_VERSION/ddns + - name: test env path + run: | + echo "curl --user $USERNAME:pwd --output ddns http://10.0.0.171/api/packages/${USERNAME}/generic/ddns/amd64_$TAG_VERSION/ddns"