Skip to content

Commit e005fae

Browse files
author
decryptable
committed
FIXED: added a step to the workflow to install Android build-tools first.
1 parent 8ca0e40 commit e005fae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ jobs:
100100
name: ${{ env.date_today }} - ${{ env.playstore_name }} - ${{ env.repository_name }} - APK(s) release generated
101101
path: ${{ env.main_project_module }}/build/outputs/apk/release/
102102

103+
- name: setup-android-tools
104+
uses: maxim-lobanov/setup-android-tools@v1
105+
with:
106+
packages: build-tools;30.0.2
107+
103108
- name: Sign APK with keystore
104109
uses: r0adkll/sign-android-release@v1
105110
id: sign_app

0 commit comments

Comments
 (0)