Update .github/workflows/build_push.yml
This commit is contained in:
parent
07267f8c7e
commit
b3b028f4a4
1 changed files with 6 additions and 10 deletions
16
.github/workflows/build_push.yml
vendored
16
.github/workflows/build_push.yml
vendored
|
@ -132,7 +132,12 @@ jobs:
|
|||
- build_individual
|
||||
if: "github.repository == 'AlmightyHak/extensions-source'"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
steps:
|
||||
- name: Download APK artifacts
|
||||
uses: https://code.forgejo.org/forgejo/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4-patch
|
||||
with:
|
||||
path: ~/apk-artifacts
|
||||
|
||||
- name: Set up JDK
|
||||
uses: https://github.com/actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
|
||||
with:
|
||||
|
@ -143,15 +148,6 @@ jobs:
|
|||
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
|
||||
|
||||
- name: Download APK artifacts
|
||||
uses: https://code.forgejo.org/forgejo/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4-patch
|
||||
with:
|
||||
path: ~/apk-artifacts
|
||||
|
||||
- name: Checkout main branch
|
||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue