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 24cef93 commit 8bff5e7Copy full SHA for 8bff5e7
.github/workflows/fetch-release-stats.yml
@@ -39,13 +39,13 @@ jobs:
39
print "|---|---|---|---|---|---|---|---|---|---|---|"
40
} NR>1 {
41
print "| " $1 " | " $2 " | " $3 " | " $4 " | " $5 " | " $6 " | " $7 " | " $8 " | " $9 " | " $10 " | " $11 " |"
42
- }' session-desktop-release-stats.csv >> $GITHUB_STEP_SUMMARY
+ }' release_stats/session-desktop-release-stats.csv >> $GITHUB_STEP_SUMMARY
43
44
- name: Upload CSV artifact
45
uses: actions/upload-artifact@v4
46
with:
47
name: release-stats-${{ github.run_number }}
48
- path: session-desktop-release-stats.csv
+ path: release_stats/session-desktop-release-stats.csv
49
retention-days: 5
50
51
- name: Display CSV preview
0 commit comments