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 f6f8529 commit 8b160f8Copy full SHA for 8b160f8
.github/workflows/build.yml
@@ -260,7 +260,7 @@ jobs:
260
with:
261
path: test-artefacts
262
- name: Verify download
263
- run: ls -al ${{ github.workspace }}
+ run: ls -al ${{ github.workspace }}/test-artefacts
264
- name: Publish to GitHub Packages
265
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
266
run: |
0 commit comments