Skip to content

Commit 05c1743

Browse files
committed
FIX ARTIFACT NAME
1 parent 25386b9 commit 05c1743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_test_suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
- name: Upload test log as an artifact
111111
uses: actions/upload-artifact@v4
112112
with:
113-
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ runner.gcc }}-test-log" # .zip
113+
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-test-log" # .zip
114114
path: tests/test.log
115115
if-no-files-found: error
116116

117117
- name: Upload test directory shrapnel as an artifact
118118
uses: actions/upload-artifact@v4
119119
with:
120-
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ runner.gcc }}-shrapnel" # .zip
120+
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-shrapnel" # .zip
121121
path: tests
122122
#if-no-files-found: error

0 commit comments

Comments
 (0)