Skip to content

Commit

Permalink
Faster release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Oct 13, 2021
1 parent 09737bb commit 900b859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.2
- name: Build project
run: ./gradlew clean build
run: ./gradlew assembleRelease
env:
VERSION: ${{ github.ref }}
- run: |
Expand Down

0 comments on commit 900b859

Please sign in to comment.