From 2ec085419f950aa89213ce3ed8e5aef568a3aed8 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 24 Oct 2024 16:58:31 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20Updated=20build=20script=20=F0=9F=94=A8?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 3a21846..f0783ed 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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}"