Skip to content

Commit 46c1754

Browse files
author
Alexander Melnyk
committed
fix: unzip the right artifact name
1 parent 5bcd026 commit 46c1754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
name: ${{ inputs.artefact-name }}
8181
- name: unzip artefact
82-
run: unzip cdk.out.zip
82+
run: unzip ${{ inputs.artefact-name }}
8383
- name: CDK Deploy Layer
8484
run: cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack ' --require-approval never --verbose
8585
- name: CDK Deploy Canary

0 commit comments

Comments
 (0)