Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 14s
CI / Build individual modules (push) Successful in 2m57s
CI / Publish repo (push) Failing after 1m11s

This commit is contained in:
AlmightyHak 2025-05-23 02:13:55 -05:00
parent ecfe891379
commit ae190cc371

View file

@ -148,6 +148,12 @@ jobs:
java-version: 17
distribution: temurin
- name: Set up Android SDK
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
with:
packages: ""
- name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with: