File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,18 +82,18 @@ jobs:
8282 - name : " Upload Packages To S3"
8383 run : | # Prevent overwriting of existing artefacts
8484 aws s3api put-object --bucket "${AWS_S3_ARTEFACTS_BUCKET}" --key "sha/${RELEASE_VERSION}/open-next.zip" --body "open-next.zip" --if-none-match '*' || {
85- echo "Uploading open-next.zip to S3 bucket failed!"
85+ echo "❌ Uploading open-next.zip to S3 bucket failed!"
8686 exit 1
8787 }
8888
8989 aws s3api put-object --bucket "${AWS_S3_ARTEFACTS_BUCKET}" --key "sha/${RELEASE_VERSION}/lambda.zip" --body "lambda.zip" --if-none-match '*' || {
90- echo "Uploading lambda.zip to S3 bucket failed!"
90+ echo "❌ Uploading lambda.zip to S3 bucket failed!"
9191 exit 1
9292 }
9393
9494 aws s3api put-object --bucket "${AWS_S3_ARTEFACTS_BUCKET}" --key "sha/${RELEASE_VERSION}/workflow.log" --body "workflow.log" --if-none-match '*' || {
95- echo "Uploading workflow.log to S3 bucket failed!"
95+ echo "❌ Uploading workflow.log to S3 bucket failed!"
9696 exit 1
9797 }
9898
99- echo "Upload artifacts to S3 bucket succeeded!"
99+ echo "✅ Upload artifacts to S3 bucket succeeded!"
You can’t perform that action at this time.
0 commit comments