Update android.yml

This commit is contained in:
Ovler 2023-10-16 12:25:52 +08:00 committed by GitHub
parent 7bbe694279
commit f6cbc18e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --debug
- name: Upload Artifact
uses: actions/upload-artifact@v3
with: