We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043dfb6 commit 8827c24Copy full SHA for 8827c24
.github/actions/build_cmake/action.yml
@@ -163,5 +163,5 @@ runs:
163
if: inputs.rocm == 'OFF'
164
uses: actions/upload-artifact@v4
165
with:
166
- name: test-results-${{ runner.arch }}-${{ inputs.opt_level }}-${{ inputs.gpu }}-${{ inputs.raft }}
+ name: test-results-arch=${{ runner.arch }}-opt=${{ inputs.opt_level }}-gpu=${{ inputs.gpu }}-raft=${{ inputs.raft }}-rocm=${{ inputs.rocm }}
167
path: test-results
0 commit comments