Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 056846e

Browse files
authored
fix archive file name
1 parent 9d4d10b commit 056846e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ort.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
if: always()
5858
uses: actions/upload-artifact@v2
5959
with:
60-
name: evaluator-output
61-
path: evaluator/evaluator-result.yml
60+
name: evaluation-result
61+
path: evaluator/evaluation-result.yml

0 commit comments

Comments
 (0)