File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,12 @@ jobs:
41
41
with :
42
42
dotnet-version : 9.x
43
43
- uses : actions/download-artifact@v4
44
- name : Display structure of downloaded files
45
44
with :
46
- path : build
47
- run : ls -R
45
+ name : build
46
+ path : .
47
+ merge-multiple : true
48
+ - name : Display structure of downloaded files
49
+ run : ls -R path/to/artifacts
48
50
- name : Test
49
51
run : dotnet test --no-build --verbosity normal
50
52
67
69
uses : actions/setup-dotnet@v3
68
70
with :
69
71
dotnet-version : 9.x
72
+ - uses : actions/download-artifact@v4
73
+ with :
74
+ name : build
75
+ path : .
76
+ merge-multiple : true
70
77
- name : Decode Benchmark
71
78
working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
72
79
run : dotnet run -c Release --no-restore --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
You can’t perform that action at this time.
0 commit comments