Skip to content

Commit d135a75

Browse files
committed
update build workflow
1 parent 2167a8f commit d135a75

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- 'master'
77

88
jobs:
9-
109
apk:
1110
name: Generate APK
1211
runs-on: ubuntu-latest
@@ -17,7 +16,7 @@ jobs:
1716
uses: actions/setup-java@v1
1817
with:
1918
java-version: 1.11
20-
- name: Get NDK
19+
- name: Get NDK
2120
run: sudo ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669"
2221
- name: Setup Android SDK
2322
run: |
@@ -47,7 +46,7 @@ jobs:
4746
# The password for the key
4847
keyPassword: ${{ secrets.KEY_PASSWORD }}
4948
- name: Upload APK
50-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5150
with:
5251
name: TachiyomiAZ-${{ github.sha }}.apk
5352
path: ${{ env.SIGNED_RELEASE_FILE }}

0 commit comments

Comments
 (0)