Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rektplorer64 authored Oct 12, 2020
1 parent 59da10e commit 863b3cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Build Debug APK
run: ./gradlew assembleDebug
- name: Debug APK Publisher
uses: ShaunLWM/[email protected]

env:
GITHUB_TOKEN: e413906001a4c1b7609472300ed3826a921bdf46
APP_FOLDER: app
RELEASE_TITLE: New Build

0 comments on commit 863b3cf

Please sign in to comment.