Update android.yml

This commit is contained in:
Ling0925 2023-01-21 23:50:27 +08:00 committed by GitHub
parent 7d284bb05f
commit 3d3a0720e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -24,10 +24,6 @@ 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: tiebalite.apk
# Destination path
path: ./app/build/outputs/apk/
- name: GH Release
uses: softprops/action-gh-release@v0.1.15