Skip to content

Commit f69a47a

Browse files
authored
Fixed name collision in upload artifacts. (#211)
1 parent bf21b93 commit f69a47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OCV-PR-4.x-ARM64-Debug.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
uses: actions/upload-artifact@v4
198198
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv.outcome == 'success' }}
199199
with:
200-
name: junit-html-ubuntu20-arm64
200+
name: junit-html-ubuntu20-arm64-debug
201201
path: /home/ci/build/java_test/testResults/junit-noframes.html
202202

203203
BuildContrib:

0 commit comments

Comments
 (0)