Skip to content

Commit

Permalink
Update zipper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
6-BennyLi-9 authored Aug 22, 2024
1 parent 25721d1 commit 2b0af55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/zipper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
git add RIC.zip
if [ -n "$(git status --porcelain)" ]; then
git commit --allow-empty -m "自动更新RIC.zip"
git push
git remote add ACTION https://github.com/6-BennyLi-9/FTC-Robot-Integration-Client.git
git push ACTION HEAD
git remote remove ACTION
fi

0 comments on commit 2b0af55

Please sign in to comment.