Skip to content

Commit 6041b2d

Browse files
committed
[ELI-702] amended path error
1 parent 0718e13 commit 6041b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-3-test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
VERSION_ID=$(aws s3api head-object \
113113
--bucket "${{ steps.tf_output.outputs.bucket_name }}" \
114-
--key "unsigned/${{ needs.metadata.outputs.tag }}/lambda.zip" \
114+
--key "artifacts/${{ needs.metadata.outputs.tag }}/lambda.zip" \
115115
--query 'VersionId' \
116116
--output text \
117117
--region eu-west-2)

0 commit comments

Comments
 (0)