Skip to content

Commit cbeee84

Browse files
committed
Fix package
1 parent d4c6ca6 commit cbeee84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)