Skip to content

Commit 8e58d0b

Browse files
authored
Merge pull request #22 from session-foundation/add-release-stats-workflow
chore: fix file upload path
2 parents 54900a8 + 91f97d1 commit 8e58d0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fetch-release-stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
print "|---|---|---|---|---|---|---|---|---|---|---|"
4040
} NR>1 {
4141
print "| " $1 " | " $2 " | " $3 " | " $4 " | " $5 " | " $6 " | " $7 " | " $8 " | " $9 " | " $10 " | " $11 " |"
42-
}' session-desktop-release-stats.csv >> $GITHUB_STEP_SUMMARY
42+
}' release_stats/session-desktop-release-stats.csv >> $GITHUB_STEP_SUMMARY
4343
4444
- name: Upload CSV artifact
4545
uses: actions/upload-artifact@v4
4646
with:
4747
name: release-stats-${{ github.run_number }}
48-
path: session-desktop-release-stats.csv
48+
path: release_stats/session-desktop-release-stats.csv
4949
retention-days: 5
5050

5151
- name: Display CSV preview
5252
run: |
5353
echo "CSV Preview:"
54-
head -n 5 session-desktop-release-stats.csv
54+
head -n 5 release_stats/session-desktop-release-stats.csv

0 commit comments

Comments
 (0)