Update android.yml

This commit is contained in:
Ling0925 2023-01-22 00:18:35 +08:00 committed by GitHub
parent 643100a4f6
commit 423bf92db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

@ -25,10 +25,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.2
with:
# Artifact name
name: TiebaLite # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: ./app/biuld/
- uses: actions/upload-artifact@v3
with:
name: TiebaLite artifact
path: ./app/build/debug/tiebalite.apk # or path/to/artifact