Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xausky authored Nov 11, 2019
1 parent ee8823c commit 848cdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Code Checkout
uses: actions/checkout@v1
- name: Extract Signature
run: echo ${{secrets.KEY_FILE}} | base64 -d > $HOME/.android.jks
run: echo ${{secrets.KEY_FILE}} | base64 -d > $HOME/.android.jks && echo ${{github.ref}}
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand All @@ -28,4 +28,4 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}
draft: true
files: app/build/outputs/apk/release/app-release.apk
if: github.ref != null
if: github.ref

0 comments on commit 848cdf7

Please sign in to comment.