From 1fcec69aadc98dadf811a76b02a73e2621b2e743 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:31:46 +0100 Subject: [PATCH] Update helper_stats_graphs.yaml --- .github/workflows/helper_stats_graphs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index 09955d44c..73d6e8165 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -47,7 +47,8 @@ jobs: } print str } - }' Stats3 > StatsTmp && mv StatsTmp Stats3 + }' Stats3 > StatsTmp && mv StatsTmp .github/Stats3 + cd .github || true # Add download count to names build_list="$(head -n 1 Stats3)" # shellcheck disable=SC2206 @@ -100,6 +101,7 @@ jobs: ) #plot for [i=1:*] 'Stats3' using 0:i rm Stats3 + cd .. || true - name: Create individual stats run: | @@ -177,6 +179,7 @@ jobs: fi || true done # Clean files + rm StatsTmp2 rm Stats3 - name: Create global stats run: | @@ -202,7 +205,8 @@ jobs: } print str } - }' Stats3 > StatsTmp && mv StatsTmp Stats3 + }' Stats3 > StatsTmp && mv StatsTmp .github/Stats3 + cd .github || true sed -i "1d" Stats3 # Plot graph gnuplot-nox -persist <<-EOFMarker @@ -221,6 +225,7 @@ jobs: plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth bezier EOFMarker rm Stats3 + cd .. || true - name: Update stars run: | echo "Starting run"