Skip to content

Commit 2173627

Browse files
committed
FIX ARTIFACT NAME
1 parent 39fa079 commit 2173627

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
@@ -122,13 +122,13 @@ jobs:
122122
- name: Upload test log as an artifact
123123
uses: actions/upload-artifact@v4
124124
with:
125-
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ runner.gcc }}-test-log" # .zip
125+
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-test-log" # .zip
126126
path: tests/test.log
127127
if-no-files-found: error
128128

129129
- name: Upload test directory shrapnel as an artifact
130130
uses: actions/upload-artifact@v4
131131
with:
132-
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ runner.gcc }}-shrapnel" # .zip
132+
name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-shrapnel" # .zip
133133
path: tests
134134
#if-no-files-found: error

0 commit comments

Comments
 (0)