We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb4cd4 commit 3ae7881Copy full SHA for 3ae7881
.github/workflows/gnu-data.yml
@@ -65,7 +65,7 @@ jobs:
65
uses: dawidd6/action-download-artifact@v9
66
with:
67
workflow: GnuTests.yml
68
- name: agregated-results.json
+ name: aggregated-result.json
69
repo: uutils/coreutils
70
path: dl
71
@@ -117,9 +117,9 @@ jobs:
117
cat merged.json|tail -100
118
mv merged.json size-result.json
119
120
- echo "== dl/agregated-results.json =="
121
- cat dl/agregated-results.json|tail -100
122
- mv dl/agregated-results.json agregated-results.json
+ echo "== dl/aggregated-result.json =="
+ cat dl/aggregated-result.json|tail -100
+ mv dl/aggregated-result.json aggregated-result.json
123
124
rm -rf dl
125
0 commit comments