Skip to content

Commit b292002

Browse files
Add labels to test-results file and include ROCm flag
Differential Revision: D60977946
1 parent 1e9da2a commit b292002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_cmake/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ runs:
163163
if: inputs.rocm == 'OFF'
164164
uses: actions/upload-artifact@v4
165165
with:
166-
name: test-results-${{ runner.arch }}-${{ inputs.opt_level }}-${{ inputs.gpu }}-${{ inputs.raft }}
166+
name: test-results-arch=${{ runner.arch }}-opt=${{ inputs.opt_level }}-gpu=${{ inputs.gpu }}-raft=${{ inputs.raft }}-rocm=${{ inputs.rocm }}
167167
path: test-results

0 commit comments

Comments
 (0)