Skip to content

Commit

Permalink
chore: Update push actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Jan 28, 2024
1 parent cd151fb commit b26b770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Set up Gradle
uses: gradle/gradle-build-action@v2

- name: Build with Gradle
run: chmod +x gradlew && ./gradlew build

- name: Upload build reports
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit b26b770

Please sign in to comment.