diff --git a/build_chroot.sh b/build_chroot.sh index 46bce5313..60738616e 100644 --- a/build_chroot.sh +++ b/build_chroot.sh @@ -16,7 +16,8 @@ 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/dev-release/debian/bullseye qopenhd_rk3588*.deb || exit 1 -cloudsmith push deb --api-key "$API_KEY" openhd/dev-release/debian/bullseye qopenhd_rk3566*.deb || exit 1 +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 diff --git a/package.sh b/package.sh index b68d3a687..92eba257f 100755 --- a/package.sh +++ b/package.sh @@ -126,7 +126,7 @@ elif [[ "${PACKAGE_ARCH}" = "arm64" ]]; then cp systemd/rock5_h265a_decode.service /tmp/qopenhd/etc/systemd/system/h265_decode.service fpm -a ${PACKAGE_ARCH} -s dir -t deb -n qopenhd_rk3588a -v ${VERSION} -C ${TMPDIR} \ - -p qopenhd_rk3588_VERSION_ARCH.deb \ + -p qopenhd_rk3588a_VERSION_ARCH.deb \ --after-install after-install.sh \ ${PLATFORM_PACKAGES} || exit 1 else