Skip to content

Commit 1ff6ae2

Browse files
committed
Compensate for bug at actions/download-artifact#426
1 parent f255cbb commit 1ff6ae2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,11 @@ jobs:
226226
steps:
227227
- name: Tune GitHub-hosted runner network
228228
uses: smorimoto/tune-github-hosted-runner-network@v1
229-
- name: Download artifacts
229+
- name: Download package artifacts
230230
uses: actions/download-artifact@v8
231+
with:
232+
name: packages
233+
path: packages
231234
- name: Publish to GitHub Packages
232235
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
233236
run: |

0 commit comments

Comments
 (0)