Update .github/workflows/build_push.yml
This commit is contained in:
parent
0c6d703c39
commit
6b5807be97
1 changed files with 0 additions and 9 deletions
9
.github/workflows/build_push.yml
vendored
9
.github/workflows/build_push.yml
vendored
|
@ -149,15 +149,6 @@ jobs:
|
||||||
ref: main
|
ref: main
|
||||||
path: main
|
path: main
|
||||||
|
|
||||||
- name: Create repo artifacts
|
|
||||||
run: |
|
|
||||||
cd main
|
|
||||||
python ./.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
|
|
||||||
|
|
||||||
- name: Checkout repo branch
|
- name: Checkout repo branch
|
||||||
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue