Skip to content

Commit 4146b74

Browse files
Alexander Melnykheitorlessa
Alexander Melnyk
authored andcommitted
fix(ci): match the name of the cdk synth from the build phase
1 parent 203c292 commit 4146b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/reusable_deploy_layer_stack.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ 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
85-
run: cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack ' --require-approval never --verbose
85+
run: cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack' --require-approval never --verbose
8686
- name: CDK Deploy Canary
8787
run: cdk deploy --app cdk.out --context region=${{ matrix.region}} --parameters DeployStage="${{ inputs.stage }}" 'CanaryStack' --require-approval never --verbose

0 commit comments

Comments
 (0)