From cbc98a344b99d7c84d59298174894cf3636324ac Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:46:03 +0100 Subject: [PATCH] fix upload --- build_chroot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_chroot.sh b/build_chroot.sh index 60738616e..d53b649be 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -16,8 +16,9 @@ git describe --exact-match HEAD >/dev/null 2>&1 echo "Pushing the package to OpenHD dev-release repository" ls -a API_KEY=$(cat cloudsmith_api_key.txt) -cloudsmith push deb --api-key "$API_KEY" openhd/release/debian/bullseye qopenhd_rk3588*.deb || exit 1 cloudsmith push deb --api-key "$API_KEY" openhd/release/debian/bullseye qopenhd_rk3566*.deb || exit 1 cloudsmith push deb --api-key "$API_KEY" openhd/release/debian/bullseye qopenhd_rk3588a*.deb || exit 1 +rm -Rf qopenhd_rk3588a*.deb +cloudsmith push deb --api-key "$API_KEY" openhd/release/debian/bullseye qopenhd_rk3588*.deb || exit 1