Update android.yml

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

View File

@ -25,7 +25,10 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: GH Release
uses: softprops/action-gh-release@v0.1.15
with:
files: ./app/debug/tiebalite.apk
- 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/