Skip to content

Commit

Permalink
ci: use accurate aws url when uploading/downloading assets
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed May 24, 2024
1 parent 2672fa4 commit 480eadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/aws_upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 480eadd

Please sign in to comment.