Skip to content

Commit

Permalink
Update build_push.yml
Browse files Browse the repository at this point in the history
Update build_push.yml

Update README.md
  • Loading branch information
almightyhak committed Jun 25, 2024
1 parent ad556b0 commit c5ae9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
ALIAS: ${{ secrets.ALIAS }}
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
run: ./gradlew -p src assembleRelease
run: chmod +x ./gradlew && ./gradlew -p src assembleDebug

- name: Upload APKs (chunk ${{ matrix.chunk }})
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
Expand Down Expand Up @@ -158,4 +158,5 @@ jobs:
- name: Deploy repo
run: |
cd repo
chmod +x ../main/.github/scripts/commit-repo.sh
../main/.github/scripts/commit-repo.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## 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)

Expand Down

0 comments on commit c5ae9e4

Please sign in to comment.