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 6df7d8c commit f6f8529Copy full SHA for f6f8529
1 file changed
.github/workflows/build.yml
@@ -258,8 +258,9 @@ jobs:
258
- name: Download artifacts
259
uses: actions/download-artifact@v5
260
with:
261
- name: packages
262
- path: packages
+ path: test-artefacts
+ - name: Verify download
263
+ run: ls -al ${{ github.workspace }}
264
- name: Publish to GitHub Packages
265
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
266
run: |
0 commit comments