We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcd026 commit 46c1754Copy full SHA for 46c1754
.github/workflows/reusable_deploy_layer_stack.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
name: ${{ inputs.artefact-name }}
81
- name: unzip artefact
82
- run: unzip cdk.out.zip
+ run: unzip ${{ inputs.artefact-name }}
83
- name: CDK Deploy Layer
84
run: cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack ' --require-approval never --verbose
85
- name: CDK Deploy Canary
0 commit comments