Skip to content

Commit 3ae7881

Browse files
authored
fix typo
1 parent aeb4cd4 commit 3ae7881

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gnu-data.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: dawidd6/action-download-artifact@v9
6666
with:
6767
workflow: GnuTests.yml
68-
name: agregated-results.json
68+
name: aggregated-result.json
6969
repo: uutils/coreutils
7070
path: dl
7171

@@ -117,9 +117,9 @@ jobs:
117117
cat merged.json|tail -100
118118
mv merged.json size-result.json
119119
120-
echo "== dl/agregated-results.json =="
121-
cat dl/agregated-results.json|tail -100
122-
mv dl/agregated-results.json agregated-results.json
120+
echo "== dl/aggregated-result.json =="
121+
cat dl/aggregated-result.json|tail -100
122+
mv dl/aggregated-result.json aggregated-result.json
123123
124124
rm -rf dl
125125

0 commit comments

Comments
 (0)