Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 18s
CI / Build individual modules (push) Successful in 2m54s
CI / Publish repo (push) Failing after 25s

This commit is contained in:
AlmightyHak 2025-06-04 00:19:50 -05:00
parent df523fe2f3
commit 07267f8c7e

View file

@ -133,6 +133,12 @@ jobs:
if: "github.repository == 'AlmightyHak/extensions-source'"
runs-on: ubuntu-20.04
steps:
- name: Set up JDK
uses: https://github.com/actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
java-version: 17
distribution: temurin
- name: Set up Android SDK
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
with:
@ -147,12 +153,6 @@ jobs:
with:
path: ~/apk-artifacts
- name: Set up JDK
uses: https://github.com/actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
java-version: 17
distribution: temurin
- name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with: