From e7cd34fda08c90a1863c496584bf78815ae1a069 Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Pelayo Date: Tue, 8 Mar 2022 10:33:20 +0100 Subject: [PATCH] fix typo in reference (#623) Signed-off-by: Miguel Angel Ajo --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index f93560b5116..b067a4d5a22 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -305,7 +305,7 @@ if [ $NIGHTLY -eq 1 ]; then fi # create container tar.gzs for the consumed container images for non-nightly releases -ARCHITECTURES="amd64 arm64" OUTPUT_DIR="${STAGE_DIR}" sudo -E "${ROOT}/packaging/image/components/archive.sh" || exit 1 +ARCHITECTURES="amd64 arm64" OUTPUT_DIR="${STAGE_DIR}" sudo -E "${ROOT}/packaging/images/components/archive.sh" || exit 1 # publish binaries UPLOAD_URL="$(git_create_release "$API_DATA" "$TOKEN")" || exit 1