Skip to content

Commit 8b160f8

Browse files
committed
Fix path
1 parent f6f8529 commit 8b160f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
with:
261261
path: test-artefacts
262262
- name: Verify download
263-
run: ls -al ${{ github.workspace }}
263+
run: ls -al ${{ github.workspace }}/test-artefacts
264264
- name: Publish to GitHub Packages
265265
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
266266
run: |

0 commit comments

Comments
 (0)