Skip to content

Commit 9a5db97

Browse files
author
decryptable
committed
Changed source action from maxim-lobanov/setup-android-tools@v1 to android-actions/setup-android@v3
1 parent e005fae commit 9a5db97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
path: ${{ env.main_project_module }}/build/outputs/apk/release/
102102

103103
- name: setup-android-tools
104-
uses: maxim-lobanov/setup-android-tools@v1
104+
uses: android-actions/setup-android@v3
105105
with:
106-
packages: build-tools;30.0.2
106+
packages: ''
107107

108108
- name: Sign APK with keystore
109109
uses: r0adkll/sign-android-release@v1
@@ -115,7 +115,7 @@ jobs:
115115
keyStorePassword: ${{ secrets.KEY_STORE_PASS }}
116116
keyPassword: ${{ secrets.KEY_STORE_PASS }}
117117
env:
118-
BUILD_TOOLS_VERSION: "30.0.2"
118+
BUILD_TOOLS_VERSION: "16.0"
119119

120120
- name: Upload apk(s) to release
121121
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)