Skip to content

Commit

Permalink
Faster release build
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 12, 2021
1 parent 4aed8cf commit 3534544
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 @@ -36,7 +36,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: ${{steps.tagger.outputs.tag}}
- name: Create Release
Expand Down

0 comments on commit 3534544

Please sign in to comment.