File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 bash .github/scripts/setup_tmp_layer_files.sh
6666 - name : CDK build
6767 run : npm run cdk -w layers -- synth --context PowertoolsPackageVersion=$RELEASE_TAG_VERSION -o cdk.out
68- - name : zip output
69- run : zip -r cdk.out.zip cdk.out
68+ - name : Zip output
69+ run : zip -r cdk.out.zip layers/ cdk.out
7070 - name : Archive CDK artifacts
7171 uses : actions/upload-artifact@v3
7272 with :
Original file line number Diff line number Diff line change 11{
22 "name" : " layers" ,
3- "version" : " 1.5.1 " ,
3+ "version" : " 1.6.0 " ,
44 "bin" : {
55 "layer" : " bin/layers.js"
66 },
Original file line number Diff line number Diff line change 66 " packages/metrics" ,
77 " examples/cdk" ,
88 " examples/sam" ,
9- " layer-publisher "
9+ " layers "
1010 ],
1111 "version" : " 1.6.0" ,
1212 "npmClient" : " npm" ,
You can’t perform that action at this time.
0 commit comments