File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,13 @@ jobs:
159159 path : |
160160 packages/microapps-datalib/
161161 !packages/microapps-datalib/node_modules/
162+ - name : Upload Router Lib artifact
163+ uses : actions/upload-artifact@v3
164+ with :
165+ name : router-lib-dist
166+ path : |
167+ packages/microapps-router-lib/
168+ !packages/microapps-router-lib/node_modules/
162169 #
163170 # Release Assets - Dry Run Only
164171 #
@@ -181,6 +188,11 @@ jobs:
181188 with :
182189 name : datalib-dist
183190 path : packages/microapps-datalib
191+ - name : Download Router Lib build artifacts
192+ uses : actions/download-artifact@v3
193+ with :
194+ name : router-lib-dist
195+ path : packages/microapps-router-lib
184196 - name : NPM registry authentication
185197 run : npm set //registry.npmjs.org/:_authToken ${{ secrets.NPMJSORG_PUBLISH_TOKEN }}
186198 - name : Release Publish Tool - NPM - Dry Run
Original file line number Diff line number Diff line change @@ -154,6 +154,13 @@ jobs:
154154 path : |
155155 packages/microapps-datalib/
156156 !packages/microapps-datalib/node_modules/
157+ - name : Upload Router Lib artifact
158+ uses : actions/upload-artifact@v3
159+ with :
160+ name : router-lib-dist
161+ path : |
162+ packages/microapps-router-lib/
163+ !packages/microapps-router-lib/node_modules/
157164 release_npm :
158165 name : Publish to npm
159166 needs : release
@@ -205,6 +212,11 @@ jobs:
205212 with :
206213 name : datalib-dist
207214 path : packages/microapps-datalib
215+ - name : Download Router Lib build artifacts
216+ uses : actions/download-artifact@v3
217+ with :
218+ name : router-lib-dist
219+ path : packages/microapps-router-lib
208220 #
209221 # Publish other non-JSII Artifacts to NPM
210222 #
You can’t perform that action at this time.
0 commit comments