fix: Updated build script 🔨💚
All checks were successful
CI / release (push) Successful in 19s

This commit is contained in:
2024-10-24 16:55:02 +13:00
parent 8b87324850
commit 7657af0a55

View File

@@ -19,6 +19,7 @@ curl --silent -X 'POST' "${GITEA_HOST}/api/v1/repos/cybercinch/ugly-queue/releas
--form attachment="@build/ugly-queue-${1}.tar.gz"
# Upload the artifact to composer registry
curl -H "Authorization: token ${GITEA_TOKEN}" \
curl --user cibot:${GITEA_TOKEN} \
--upload-file "build/ugly-queue-${1}.tar.gz" \
"${GITEA_HOST}/api/packages/cybercinch/composer?version=${1}"
"${GITEA_HOST}/api/packages/cybercinch/composer?version=${1}"