From 431d22bbed373210fcfede0045cc5d50a6a6706f Mon Sep 17 00:00:00 2001 From: Andrzej Pankowski Date: Fri, 8 Dec 2023 15:30:52 +0100 Subject: [PATCH] Release test (#490) --- .github/scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/release.sh b/.github/scripts/release.sh index d05788c13..20594de06 100755 --- a/.github/scripts/release.sh +++ b/.github/scripts/release.sh @@ -59,7 +59,7 @@ then fi echo "Updating github release with assets" -UPLOAD_URL="https://uploads.github.com/repos/kyma-project/serverless-manager/releases/${RELEASE_ID}/assets" +UPLOAD_URL="https://uploads.github.com/repos/kyma-project/serverless/releases/${RELEASE_ID}/assets" uploadFile "serverless-operator.yaml" "${UPLOAD_URL}?name=serverless-operator.yaml" uploadFile "config/samples/default-serverless-cr.yaml" "${UPLOAD_URL}?name=default-serverless-cr.yaml"