Update upload-binaries.sh

This commit is contained in:
2025-02-08 23:51:19 +00:00
parent dcf11dd27f
commit 16dff505c0

View File

@ -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