From 480eadd2d4fe5b6469265ee01aae695b7aff823d Mon Sep 17 00:00:00 2001 From: Michael Uti Date: Fri, 24 May 2024 19:30:16 +0100 Subject: [PATCH] ci: use accurate aws url when uploading/downloading assets --- .github/actions/aws_upload/action.yml | 2 +- tools/scripts/release/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/aws_upload/action.yml b/.github/actions/aws_upload/action.yml index 0f08511a954..f916fcb1df8 100644 --- a/.github/actions/aws_upload/action.yml +++ b/.github/actions/aws_upload/action.yml @@ -14,7 +14,7 @@ inputs: default: us-east-1 bucket_name: description: AWS bucket name to upload assets - default: ockam_releases + default: ockam-releases file_name: description: File name to upload. Note, file must be in the same path release_version: diff --git a/tools/scripts/release/release.sh b/tools/scripts/release/release.sh index d7c3bbd8aad..228c8a355f8 100755 --- a/tools/scripts/release/release.sh +++ b/tools/scripts/release/release.sh @@ -31,7 +31,7 @@ fi release_name="release_$(date +'%d-%m-%Y')_$(date +'%s')" if [[ -z $OCKAM_RELEASE_URL ]]; then - echo "Please set Ockam AWS release URL e.g. https://ockam-release.s3.amazonaws.com" + echo "Please set Ockam AWS release URL e.g. https://ockam-releases.s3.amazonaws.com" exit 1 fi