Skip to content

Commit c8ea518

Browse files
authored
Fix filename
1 parent 93759ce commit c8ea518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
git pull
2727
git stash pop
2828
- name: git commit
29-
run: git add output.json && git commit -m "Update android-project"
29+
run: git add . && git commit -m "Update android-project"
3030
- name: git push
3131
run: git push origin HEAD:master

0 commit comments

Comments
 (0)