We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254e446 commit c243dd9Copy full SHA for c243dd9
1 file changed
.github/workflows/build.yml
@@ -271,8 +271,16 @@ jobs:
271
steps:
272
- name: Tune GitHub-hosted runner network
273
uses: smorimoto/tune-github-hosted-runner-network@v1
274
- - name: Download artifacts
+ - name: Download package artifacts
275
uses: actions/download-artifact@v8
276
+ with:
277
+ name: packages
278
+ path: packages
279
+ - name: Download documentation artifacts
280
+ uses: actions/download-artifact@v8
281
282
+ name: documentation
283
+ path: documentation
284
- name: Publish to GitHub Packages
285
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
286
run: |
0 commit comments