Skip to content

Commit a9a1bb8

Browse files
committed
wip: try relative path
1 parent 3cf8542 commit a9a1bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/artifact.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
- name: List files
4545
shell: bash
4646
run: |
47-
ls -la /
47+
echo We are `pwd`
48+
ls -la ./

0 commit comments

Comments
 (0)