Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenin0 authored May 9, 2024
1 parent a78e076 commit f3f1a91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build

- name: Check build status
run: |
if [ $? -ne 0 ]; then
git revert HEAD --no-edit
git push origin main
fi

0 comments on commit f3f1a91

Please sign in to comment.