Skip to content

Commit

Permalink
fix: unzip the right artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Melnyk committed Jul 7, 2022
1 parent 5bcd026 commit 46c1754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_deploy_layer_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
name: ${{ inputs.artefact-name }}
- name: unzip artefact
run: unzip cdk.out.zip
run: unzip ${{ inputs.artefact-name }}
- name: CDK Deploy Layer
run: cdk deploy --app cdk.out --context region=${{ matrix.region }} 'LayerStack ' --require-approval never --verbose
- name: CDK Deploy Canary
Expand Down

0 comments on commit 46c1754

Please sign in to comment.