fixed path error in CI config
This commit is contained in:
parent
37980e8332
commit
3927b72bf8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -21,6 +21,6 @@ jobs:
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x ./ClimateGoApp/gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./ClimateGoApp/gradlew build
|
run: ./ClimateGoApp/gradlew build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue