Skip to content

Commit 4404e05

Browse files
committed
Compensate for bug at actions/download-artifact#426
1 parent 2c5b4d3 commit 4404e05

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,14 @@ jobs:
271271
steps:
272272
- name: Tune GitHub-hosted runner network
273273
uses: smorimoto/tune-github-hosted-runner-network@v1
274-
- name: Download artifacts
274+
- name: Download package artifacts
275275
uses: actions/download-artifact@v8
276+
with:
277+
name: packages
278+
- name: Download documentation artifacts
279+
uses: actions/download-artifact@v8
280+
with:
281+
name: documentation
276282
- name: Publish to GitHub Packages
277283
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
278284
run: |

0 commit comments

Comments
 (0)