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 c4c4188 commit 8606891Copy full SHA for 8606891
.github/workflows/dotnet.yml
@@ -46,7 +46,7 @@ jobs:
46
path: .
47
merge-multiple: true
48
- name: Display structure of downloaded files
49
- run: ls -R path/to/artifacts
+ run: ls -R .
50
- name: Test
51
run: dotnet test --no-build --verbosity normal
52
0 commit comments