Fix URL
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2024-02-26 12:20:06 -08:00
parent 5ff87eb68a
commit ff0bb0b548
Signed by: sarah
GPG Key ID: F27FD21A270837EF
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [ "$RELEASEID" = "null" ]; then
fi
URL="$PLUGIN_GOGS_URL/api/v1/repos/$DRONE_REPO/releases/$RELEASEID/assets?name=$1"
URL="https://git.openprivacy.ca/api/v1/repos/$DRONE_REPO/releases/$RELEASEID/assets?name=$1"
FILE="@$1"
RESULT=$(curl -o /dev/null -w "%{http_code}" -X POST -H "Authorization: token $GOGS_ACCOUNT_TOKEN" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "attachment=$FILE;type=$2" $URL)