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 e9d7f7d commit 70fa0bcCopy full SHA for 70fa0bc
.github/workflows/build.yml
@@ -257,6 +257,13 @@ jobs:
257
uses: smorimoto/tune-github-hosted-runner-network@v1
258
- name: Download artifacts
259
uses: actions/download-artifact@v5
260
+ with:
261
+ name: packages
262
+ path: artifacts/packages
263
+
264
+ - name: Verify download
265
+ run: ls -al ${{ github.workspace }}/packages
266
267
- name: Publish to GitHub Packages
268
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
269
run: |
0 commit comments