File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 uses : actions/upload-artifact@v4
105105 if : matrix.build_type == 'Coverage'
106106 with :
107- name : coverage-html-${{ matrix.package_type }}-${{ matrix.build_type }}
107+ name : coverage-html-${{ matrix.package_type }}-${{ matrix.build_type }}-${{matrix.cc}}-${{matrix.arch}}
108108 path : |
109109 ${{github.workspace}}/build/**/*.html
110110 ${{github.workspace}}/build/**/*.css
@@ -113,7 +113,7 @@ jobs:
113113 - name : Archive Binary
114114 uses : actions/upload-artifact@v4
115115 with :
116- name : binaries-${{ matrix.package_type }}-${{ matrix.build_type }}
116+ name : binaries-${{ matrix.package_type }}-${{ matrix.build_type }}-${{matrix.cc}}-${{matrix.arch}}
117117 path : |
118118 ${{github.workspace}}/build/app/**/*.ttf
119119 ${{github.workspace}}/build/app/**/*.scm
You can’t perform that action at this time.
0 commit comments