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 f255cbb commit 1ff6ae2Copy full SHA for 1ff6ae2
.github/workflows/build.yml
@@ -226,8 +226,11 @@ jobs:
226
steps:
227
- name: Tune GitHub-hosted runner network
228
uses: smorimoto/tune-github-hosted-runner-network@v1
229
- - name: Download artifacts
+ - name: Download package artifacts
230
uses: actions/download-artifact@v8
231
+ with:
232
+ name: packages
233
+ path: packages
234
- name: Publish to GitHub Packages
235
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
236
run: |
0 commit comments