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 f89d0b2 commit ee8823c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Code Checkout
uses: actions/checkout@v1
Expand All @@ -30,7 +28,4 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}
draft: true
files: app/build/outputs/apk/release/app-release.apk
on:
push:
tags:
- '*'
if: github.ref != null

0 comments on commit ee8823c

Please sign in to comment.