chore(changelog): Update CHANGELOG.md
This commit is contained in:
committed by
HeCodes2Much
parent
327f1447a7
commit
32967a553f
5
.github/workflows/android-pr_ci.yml
vendored
5
.github/workflows/android-pr_ci.yml
vendored
@@ -36,8 +36,11 @@ jobs:
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Get weather.properties from secrets
|
||||
run: printf "%s" "${{ secrets.WEATHER_PROPERTIES }}" > $GITHUB_WORKSPACE/weather.properties
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternetDebug && ./gradlew assembleAppWithoutInternetDebug
|
||||
run: ./gradlew clean && ./gradlew assembleAppWithInternet && ./gradlew assembleAppWithoutInternet
|
||||
|
||||
- name: Upload Artifact - WithInternet
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user