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 39fa079 commit 2173627Copy full SHA for 2173627
.github/workflows/run_test_suite.yml
@@ -122,13 +122,13 @@ jobs:
122
- name: Upload test log as an artifact
123
uses: actions/upload-artifact@v4
124
with:
125
- name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ runner.gcc }}-test-log" # .zip
+ name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-test-log" # .zip
126
path: tests/test.log
127
if-no-files-found: error
128
129
- name: Upload test directory shrapnel as an artifact
130
131
132
- name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ runner.gcc }}-shrapnel" # .zip
+ name: "lcov-${{ github.sha }}-${{ runner.os }}-GCC-${{ matrix.gcc }}-shrapnel" # .zip
133
path: tests
134
#if-no-files-found: error
0 commit comments