Update build.yml

This commit is contained in:
baiorett 2022-06-17 02:27:43 +03:00 committed by GitHub
parent 23409abc74
commit 2f8cf065b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -19,16 +19,13 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: 'RohitVerma882/build-tools'
path: 'build-tools'
- uses: actions/checkout@v3
with:
repository: 'revanced/aapt2'
path: 'aapt2'
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
@ -44,7 +41,7 @@ jobs:
- name: Build aapt2
env:
NDK_TOOLCHAIN: "${{ env.ANDROID_HOME }}/ndk/${{ env.NDK_VERSION }}/toolchains/llvm/prebuilt/linux-x86_64"
run: ./aapt2/build.sh
run: ./build.sh
- uses: actions/upload-artifact@v3
with: