We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25386b9 commit 05c1743Copy full SHA for 05c1743
.github/workflows/run_test_suite.yml
@@ -110,13 +110,13 @@ jobs:
110
- name: Upload test log as an artifact
111
uses: actions/upload-artifact@v4
112
with:
113
- name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ runner.gcc }}-test-log" # .zip
+ name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-test-log" # .zip
114
path: tests/test.log
115
if-no-files-found: error
116
117
- name: Upload test directory shrapnel as an artifact
118
119
120
- name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ runner.gcc }}-shrapnel" # .zip
+ name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-shrapnel" # .zip
121
path: tests
122
#if-no-files-found: error
0 commit comments