Fix CI tests. (#596)
This commit is contained in:
4
.github/workflows/linux.yaml
vendored
4
.github/workflows/linux.yaml
vendored
@@ -132,7 +132,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: matrix.shared_lib == 'OFF' && matrix.build_type == 'Release'
|
||||
with:
|
||||
name: release-static
|
||||
name: release-static-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
|
||||
path: build/bin/*
|
||||
|
||||
- name: Test transducer kws
|
||||
@@ -236,6 +236,6 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: tts-generated-test-files
|
||||
name: tts-generated-test-files-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.shared_lib }}-${{ matrix.gcc_version }}
|
||||
path: tts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user