.
This commit is contained in:
parent
3feedcdad0
commit
7b085b1afe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
run: echo "date_today=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
run: echo "date_today=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||||
# Create APK Release
|
# Create APK Release
|
||||||
- name: Build apk release project (APK)
|
- name: Build apk release project (APK)
|
||||||
run: ./gradlew assemble
|
run: ./gradlew assemble --warning-mode all
|
||||||
|
|
||||||
# Upload Artifact Build
|
# Upload Artifact Build
|
||||||
# Noted For Output [main_project_module]/build/outputs/apk/release/
|
# Noted For Output [main_project_module]/build/outputs/apk/release/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue