fix(ci): path for android build script

This commit is contained in:
Erica Marigold 2023-09-01 13:58:20 +05:30 committed by GitHub
parent 80cb05fa24
commit cc34199d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,5 @@ jobs:
run: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
- name: Build routine
run: "chmod +x ../package/android/build.sh && ../package/android/build.sh"
run: "chmod +x package/android/build.sh && package/android/build.sh"