From 423bf92db983b0b1041c685f1af0ce20e34e7bcc Mon Sep 17 00:00:00 2001 From: Ling0925 <67010066+Ling0925@users.noreply.github.com> Date: Sun, 22 Jan 2023 00:18:35 +0800 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2a199284..f6e21880 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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