From 158ec03aaba887e7ee4054031ad77ac48fdc1573 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 12 Dec 2022 21:25:55 +0530 Subject: [PATCH] fix: CI: dl.librepages.org username and bin name --- scripts/bin-publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bin-publish.sh b/scripts/bin-publish.sh index c30396e..65a8ab0 100755 --- a/scripts/bin-publish.sh +++ b/scripts/bin-publish.sh @@ -21,11 +21,11 @@ set -xEeuo pipefail -DUMBSERVE_USERNAME=librepages-conductor +DUMBSERVE_USERNAME=librepages DUMBSERVE_PASSWORD=$4 DUMBSERVE_HOST="https://$DUMBSERVE_USERNAME:$DUMBSERVE_PASSWORD@dl.librepages.org" -NAME=librebages +NAME=conductor KEY=67880CA5F4BC99BF247330E2DA576B07BC323961 TMP_DIR=$(mktemp -d)