chore(changelog): Update CHANGELOG.md

This commit is contained in:
HeCodes2Much-Bot
2024-06-07 19:03:43 +00:00
committed by HeCodes2Much
parent 327f1447a7
commit 32967a553f
8 changed files with 27 additions and 7 deletions

View File

@@ -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