Update build_push.yml
Update build_push.yml Update README.md Update build_push.yml
This commit is contained in:
parent
ad556b0ca2
commit
6c443e6199
2 changed files with 13 additions and 5 deletions
16
.github/workflows/build_push.yml
vendored
16
.github/workflows/build_push.yml
vendored
|
@ -101,7 +101,7 @@ jobs:
|
||||||
ALIAS: ${{ secrets.ALIAS }}
|
ALIAS: ${{ secrets.ALIAS }}
|
||||||
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
|
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||||
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
|
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
|
||||||
run: ./gradlew -p src assembleRelease
|
run: chmod +x ./gradlew && ./gradlew -p src assembleRelease
|
||||||
|
|
||||||
- name: Upload APKs (chunk ${{ matrix.chunk }})
|
- name: Upload APKs (chunk ${{ matrix.chunk }})
|
||||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
|
||||||
|
@ -155,7 +155,15 @@ jobs:
|
||||||
ref: main
|
ref: main
|
||||||
path: repo
|
path: repo
|
||||||
|
|
||||||
- name: Deploy repo
|
- name: Sync repo
|
||||||
run: |
|
run: |
|
||||||
cd repo
|
rsync -a --delete --exclude .git --exclude .gitignore main/repo/ repo
|
||||||
../main/.github/scripts/commit-repo.sh
|
|
||||||
|
- name: Deploy repo
|
||||||
|
uses: EndBug/add-and-commit@v9
|
||||||
|
with:
|
||||||
|
message: "Update extensions repo"
|
||||||
|
cwd: "./repo"
|
||||||
|
committer_name: almightyhak
|
||||||
|
committer_email: 134626626+almightyhak@users.noreply.github.com
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
## Guide
|
## Guide
|
||||||
|
|
||||||
just paste this into your anime repo https://raw.githubusercontent.com/almightyhak/aniyomi-anime-repo/main/index.min.json i am not actively maintaining this (so expect issues to NOT be fixed immediately also keep in mind i'm NOT a developer yet and i'm still student)
|
just paste this into your anime repo https://raw.githubusercontent.com/almightyhak/aniyomi-anime-repo/main/index.min.json i am not actively maintaining this (so expect issues to NOT be fixed immediately also keep in mind i'm NOT a developer)
|
||||||
|
|
||||||
If your interested in installing the just apks they can be found [Here](https://github.com/almightyhak/aniyomi-anime-repo)
|
If your interested in installing the just apks they can be found [Here](https://github.com/almightyhak/aniyomi-anime-repo)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue