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

This commit is contained in:
AlmightyHak 2025-06-10 02:02:02 -05:00
parent c833716c0e
commit a296d06de8

View file

@ -167,11 +167,11 @@ jobs:
- name: Create repo artifacts
run: |
cd main
python ./.github/scripts/move-apks.py
python3 ./.github/scripts/move-apks.py
INSPECTOR_LINK="$(curl -s "https://api.github.com/repos/aniyomiorg/aniyomi-extensions-inspector/releases/latest" | jq -r '.assets[0].browser_download_url')"
curl -L "$INSPECTOR_LINK" -o ./Inspector.jar
java -jar ./Inspector.jar "repo/apk" "output.json" "tmp"
python ./.github/scripts/create-repo.py
python3 ./.github/scripts/create-repo.py
- name: Checkout repo branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4