We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0718e13 commit 6041b2dCopy full SHA for 6041b2d
1 file changed
.github/workflows/cicd-3-test-deploy.yaml
@@ -111,7 +111,7 @@ jobs:
111
run: |
112
VERSION_ID=$(aws s3api head-object \
113
--bucket "${{ steps.tf_output.outputs.bucket_name }}" \
114
- --key "unsigned/${{ needs.metadata.outputs.tag }}/lambda.zip" \
+ --key "artifacts/${{ needs.metadata.outputs.tag }}/lambda.zip" \
115
--query 'VersionId' \
116
--output text \
117
--region eu-west-2)
0 commit comments