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

@@ -42,7 +42,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 assembleWithInternetDebug && ./gradlew assembleWithoutInternetDebug
- name: Upload Artifact - WithInternet
uses: actions/upload-artifact@v4