File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 if : failure()
4040 uses : actions/upload-artifact@v4
4141 with :
42- name : unittest.${{ matrix.flavor }}.binlog
42+ name : unittest.linux. ${{ matrix.flavor }}.binlog
4343 path : unittest.${{ matrix.flavor }}.binlog
4444 - name : Upload Package
4545 uses : actions/upload-artifact@v4
7575 if : failure()
7676 uses : actions/upload-artifact@v4
7777 with :
78- name : unittest.${{ matrix.flavor }}.binlog
78+ name : unittest.windows. ${{ matrix.flavor }}.binlog
7979 path : unittest.${{ matrix.flavor }}.binlog
8080
8181 macos :
@@ -102,5 +102,5 @@ jobs:
102102 if : failure()
103103 uses : actions/upload-artifact@v4
104104 with :
105- name : unittest.${{ matrix.flavor }}.binlog
105+ name : unittest.macos. ${{ matrix.flavor }}.binlog
106106 path : unittest.${{ matrix.flavor }}.binlog
You can’t perform that action at this time.
0 commit comments