File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ jobs:
225
225
- run :
226
226
name : Prepare CDK artifacts for publish.
227
227
command : |
228
- mkdir -p /tmp/cdk-umd-artifacts
229
- cp dist/releases/cdk/bundles/*.umd.js /tmp/cdk-umd-artifacts
228
+ mkdir -p /tmp/cdk-umd-minified-bundles
229
+ cp dist/releases/cdk/bundles/*.umd.min. js /tmp/cdk-umd-minified-bundles
230
230
231
231
# Publish bundle artifacts which will be used to calculate the size change.
232
232
# Note: Make sure that the size plugin from the Angular robot fetches the artifacts
@@ -236,10 +236,10 @@ jobs:
236
236
# artifacts from CircleCI. See:
237
237
# https://github.com/angular/github-robot/blob/master/functions/src/plugins/size.ts#L392-L394
238
238
- store_artifacts :
239
- path : dist/releases/material/bundles/material.umd.js
240
- destination : /angular_material/material_release_output/material.umd.js
239
+ path : dist/releases/material/bundles/material.umd.min. js
240
+ destination : /angular_material/material_release_output/material.umd.min. js
241
241
- store_artifacts :
242
- path : /tmp/cdk-umd-artifacts
242
+ path : /tmp/cdk-umd-minified-bundles
243
243
destination : /angular_material/cdk_release_output/
244
244
245
245
- *save_cache
You can’t perform that action at this time.
0 commit comments