Skip to content

Commit

Permalink
Add logcat artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnsch committed Jul 6, 2020
1 parent d1d54db commit ad71920
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Expand Up @@ -12,6 +12,12 @@ jobs:
runs-on: macos-latest

steps:
- name: Save logcat output
uses: actions/upload-artifact@master
if: failure()
with:
name: logcat
path: artifacts/logcat.log
- name: checkout
uses: actions/checkout@v2
- name: rust toolchain setup
Expand Down

0 comments on commit ad71920

Please sign in to comment.