Update build.yml

This commit is contained in:
baiorett 2022-06-17 02:19:38 +03:00 committed by GitHub
parent 40c22ae6dd
commit 7a4140e0d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Build aapt2
env:
NDK_TOOLCHAIN: "${{ env.ANDROID_HOME }}/ndk/${{ env.NDK_VERSION }}/toolchains/llvm/prebuilt/linux-x86_64"
run: ls ${GITHUB_WORKSPACE}
run: ls ../${GITHUB_WORKSPACE}
- uses: actions/upload-artifact@v3
with: