We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b1b68 commit 2c898e6Copy full SHA for 2c898e6
.github/workflows/reusable_deploy_layer_stack.yml
@@ -77,7 +77,7 @@ jobs:
77
with:
78
name: ${{ inputs.artifact-name }}
79
- name: Unzip artifact
80
- run: unzip cdk.out.zip
+ run: unzip -o cdk.out.zip
81
- name: Deploy Layer
82
run: npm run cdk -w layers -- deploy --app cdk.out --context region=${{ matrix.region }} 'LayerPublisherStack' --require-approval never --verbose --outputs-file cdk-outputs.json
83
- name: Store latest Layer ARN
0 commit comments