From f89d0b2dc78d4f4acb0cc6aaa1082a47484ebd71 Mon Sep 17 00:00:00 2001 From: xausky Date: Mon, 11 Nov 2019 12:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 965ad35..3d816a9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -24,8 +24,13 @@ jobs: run: ./gradlew assembleRelease env: KEY_PASS: ${{secrets.KEY_PASS}} - - uses: meeDamian/github-release@1.0 + - name: Release Build + uses: meeDamian/github-release@1.0 with: token: ${{secrets.GITHUB_TOKEN}} draft: true files: app/build/outputs/apk/release/app-release.apk + on: + push: + tags: + - '*' \ No newline at end of file