revert 07267f8c7e
Some checks are pending
CI / Prepare job (push) Waiting to run
CI / Build individual modules (push) Blocked by required conditions
CI / Publish repo (push) Blocked by required conditions

revert Update .github/workflows/build_push.yml
This commit is contained in:
Kohi-denn 2025-06-04 00:48:11 -05:00
parent 9695d7a8af
commit 418318dbb3

View file

@ -133,12 +133,6 @@ 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:
@ -153,6 +147,12 @@ 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: