Skip to content

Commit

Permalink
更新 Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xausky committed Nov 11, 2019
1 parent f74ca39 commit f89d0b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
run: ./gradlew assembleRelease
env:
KEY_PASS: ${{secrets.KEY_PASS}}
- uses: meeDamian/[email protected]
- name: Release Build
uses: meeDamian/[email protected]
with:
token: ${{secrets.GITHUB_TOKEN}}
draft: true
files: app/build/outputs/apk/release/app-release.apk
on:
push:
tags:
- '*'

0 comments on commit f89d0b2

Please sign in to comment.