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

This commit is contained in:
2024-10-24 16:58:31 +13:00
parent 7657af0a55
commit 2ec085419f

View File

@@ -20,6 +20,6 @@ curl --silent -X 'POST' "${GITEA_HOST}/api/v1/repos/cybercinch/ugly-queue/releas
# Upload the artifact to composer registry
curl --user cibot:${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/cibot/composer?version=${1}"