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

This commit is contained in:
AlmightyHak 2025-05-23 00:28:18 -05:00
parent 3676197ea6
commit 92b54c9a55

View file

@ -133,6 +133,15 @@ jobs:
if: "github.repository == 'AlmightyHak/extensions-source'"
runs-on: ubuntu-22.04
steps:
- 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: Set up JDK
uses: https://github.com/actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with: