mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix(ci): path for android build script
This commit is contained in:
parent
80cb05fa24
commit
cc34199d1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yaml
vendored
2
.github/workflows/android.yaml
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue