Skip to content

Commit 8827c24

Browse files
Add labels to test-results file and include ROCm flag (#3738)
Summary: Pull Request resolved: #3738 Reviewed By: gtwang01 Differential Revision: D60977946
1 parent 043dfb6 commit 8827c24

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)