Skip to content

Commit 1962f19

Browse files
author
Alexander Melnyk
committed
fix: mathc the name of the cdk synth from the build phase
1 parent 6848d0b commit 1962f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: ${{ inputs.artefact-name }}
8181
path: layer
8282
- name: unzip artefact
83-
run: unzip ${{ inputs.artefact-name }}
83+
run: unzip cdk.out.zip
8484
- name: CDK Deploy Layer
8585
run: cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack ' --require-approval never --verbose
8686
- name: CDK Deploy Canary

0 commit comments

Comments
 (0)