Skip to content

Commit 66a0769

Browse files
HarxhitShantKhatri
authored andcommitted
fix(actions): correct leaderboard.json path in workflow (#640)
1 parent ee1682f commit 66a0769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/leaderboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git config user.name "github-actions[bot]"
3737
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3838
39-
git add public/leaderboard.json
39+
git add apps/web/public/leaderboard.json
4040
4141
if git diff --staged --quiet; then
4242
echo "No changes to commit"

0 commit comments

Comments
 (0)