Update .github/workflows/build_push.yml

This commit is contained in:
Kohi-denn 2025-06-03 20:39:56 -05:00
parent 268f8366d8
commit 44ff03a958

View file

@ -133,6 +133,11 @@ jobs:
if: "github.repository == 'AlmightyHak/extensions-source'"
runs-on: ubuntu-20.04
steps:
- name: Set up Android SDK
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
with:
packages: "build-tools;34.0.0"
- name: Setup rsync
run: |
sudo apt-get update && sudo apt install rsync -y
@ -148,11 +153,6 @@ jobs:
java-version: 17
distribution: temurin
- name: Set up Android SDK
uses: https://github.com/android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3
with:
packages: "build-tools;34.0.0"
- name: Checkout main branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with: