Finally Fixed gradlew
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
This commit is contained in:
2
.github/workflows/android-pr_ci.yml
vendored
2
.github/workflows/android-pr_ci.yml
vendored
@@ -40,7 +40,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
|
||||
|
||||
Reference in New Issue
Block a user