From 16dff505c0f3c5534e35291fe04e20d62bd93608 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sat, 8 Feb 2025 23:51:19 +0000 Subject: [PATCH] Update upload-binaries.sh --- upload-binaries.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload-binaries.sh b/upload-binaries.sh index 19e5d88..3f9ebe5 100644 --- a/upload-binaries.sh +++ b/upload-binaries.sh @@ -27,10 +27,10 @@ docker cp $aarch64_id:/periphery ./periphery-aarch64 curl --user mbecker20:$KOMODO_GIT_TOKEN \ --upload-file ./periphery-x86_64 \ - https://git.komo.do/api/packages/komodo/generic/periphery/$KOMODO_VERSION-$CHANNEL/periphery-x86_64 + https://git.komo.do/api/packages/moghtech/generic/periphery/$KOMODO_VERSION-$CHANNEL/periphery-x86_64 curl --user mbecker20:$KOMODO_GIT_TOKEN \ --upload-file ./periphery-aarch64 \ - https://git.komo.do/api/packages/komodo/generic/periphery/$KOMODO_VERSION-$CHANNEL/periphery-aarch64 + https://git.komo.do/api/packages/moghtech/generic/periphery/$KOMODO_VERSION-$CHANNEL/periphery-aarch64 docker container rm $x86_64_id docker container rm $aarch64_id \ No newline at end of file