Finally Fixed gradlew

Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
HeCodes2Much
2024-06-07 21:05:19 +01:00
parent 32967a553f
commit 6759943101
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ jobs:
run: printf "%s" "${{ secrets.WEATHER_PROPERTIES }}" > $GITHUB_WORKSPACE/weather.properties
- name: Build with Gradle
run: ./gradlew clean && ./gradlew assembleAppWithInternet && ./gradlew assembleAppWithoutInternet
run: ./gradlew clean && ./gradlew assembleWithInternetRelease && ./gradlew assembleWithoutInternetRelease
- name: Sign APK - WithInternet
uses: ilharp/sign-android-release@v1