We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c1754 commit ad86b10Copy full SHA for ad86b10
.github/workflows/reusable_deploy_layer_stack.yml
@@ -78,6 +78,7 @@ jobs:
78
uses: actions/download-artifact@v3
79
with:
80
name: ${{ inputs.artefact-name }}
81
+ path: layer
82
- name: unzip artefact
83
run: unzip ${{ inputs.artefact-name }}
84
- name: CDK Deploy Layer
0 commit comments