Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Oct 7, 2024
1 parent 2167a8f commit d135a75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- 'master'

jobs:

apk:
name: Generate APK
runs-on: ubuntu-latest
Expand All @@ -17,7 +16,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Get NDK
- name: Get NDK
run: sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669"
- name: Setup Android SDK
run: |
Expand Down Expand Up @@ -47,7 +46,7 @@ jobs:
# The password for the key
keyPassword: ${{ secrets.KEY_PASSWORD }}
- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: TachiyomiAZ-${{ github.sha }}.apk
path: ${{ env.SIGNED_RELEASE_FILE }}

0 comments on commit d135a75

Please sign in to comment.