File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 84
84
- name : Test
85
85
run : dotnet test --no-build --configuration Release --settings ./build/targets/tests/test.runsettings
86
86
87
+ - name : Upload binlogs
88
+ uses : actions/upload-artifact@v4
89
+ if : success() || failure()
90
+ with :
91
+ name : binlogs-${{ matrix.os }}
92
+ path : ./artifacts/logs
93
+ if-no-files-found : error
94
+
87
95
- name : Upload *.received.* files
88
96
uses : actions/upload-artifact@v4
89
97
if : failure()
@@ -125,17 +133,8 @@ jobs:
125
133
project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
126
134
coverage-reports : ${{ github.workspace }}/artifacts/TestResults/coverage/Cobertura.xml
127
135
128
- - name : Upload binlogs
129
- uses : actions/upload-artifact@v4
130
- if : success() || failure()
131
- with :
132
- name : binlogs-${{ matrix.os }}
133
- path : ./artifacts/logs
134
- if-no-files-found : error
135
-
136
136
- name : Upload packages
137
137
uses : actions/upload-artifact@v4
138
- if : success()
139
138
with :
140
139
name : packages-${{ matrix.os }}
141
140
path : |
You can’t perform that action at this time.
0 commit comments