Skip to content

Commit ad86b10

Browse files
author
Alexander Melnyk
committed
fix: download artefact into the layer dir
1 parent 46c1754 commit ad86b10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
uses: actions/download-artifact@v3
7979
with:
8080
name: ${{ inputs.artefact-name }}
81+
path: layer
8182
- name: unzip artefact
8283
run: unzip ${{ inputs.artefact-name }}
8384
- name: CDK Deploy Layer

0 commit comments

Comments
 (0)