Skip to content

Commit 8606891

Browse files
author
Petr Sramek
committed
removed incorrect path
1 parent c4c4188 commit 8606891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: .
4747
merge-multiple: true
4848
- name: Display structure of downloaded files
49-
run: ls -R path/to/artifacts
49+
run: ls -R .
5050
- name: Test
5151
run: dotnet test --no-build --verbosity normal
5252

0 commit comments

Comments
 (0)