Skip to content

Commit

Permalink
Merge pull request #73 from francisduvivier/francisduvivier-android-b…
Browse files Browse the repository at this point in the history
…uild-upload

Upload Android Debug apk to Artifacts in Actions
  • Loading branch information
thias15 authored Oct 1, 2020
2 parents 686b372 + 99d6a42 commit fc115bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
run: |
cd android
./gradlew build
- name: Upload
uses: actions/upload-artifact@v2
with:
name: app-debug.apk
path: android/app/build/outputs/apk/debug/app-debug.apk

0 comments on commit fc115bd

Please sign in to comment.