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 2c5b4d3 commit 4404e05Copy full SHA for 4404e05
1 file changed
.github/workflows/build.yml
@@ -271,8 +271,14 @@ 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
+ - name: Download documentation artifacts
279
+ uses: actions/download-artifact@v8
280
281
+ name: documentation
282
- name: Publish to GitHub Packages
283
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
284
run: |
0 commit comments