fixed path error in CI config

This commit is contained in:
CDaut 2022-03-27 21:00:57 +02:00 committed by CDaut
parent 37980e8332
commit 3927b72bf8

View file

@ -21,6 +21,6 @@ jobs:
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
run: chmod +x ./ClimateGoApp/gradlew
- name: Build with Gradle
run: ./ClimateGoApp/gradlew build