Create android.yml

This commit is contained in:
Ling0925 2023-01-21 23:40:46 +08:00 committed by GitHub
parent 5cf2a3b4ad
commit 3303e91751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -24,3 +24,10 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Download a Build Artifact
uses: actions/download-artifact@v3.0.2
with:
# Artifact name
name:
# Destination path
path: # optional