Skip to content

Commit 5e1cd53

Browse files
committed
fix(ci): correct setup-android parameters for GitHub Actions workflow
1 parent 0f35d49 commit 5e1cd53

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- name: Set up Android SDK
2626
uses: android-actions/setup-android@v3
2727
with:
28-
api-level: 35
29-
build-tools: 35.0.0
28+
packages: 'platform-tools platforms;android-35 build-tools;35.0.0'
3029

3130
- name: Add build-tools to PATH
3231
run: echo "$ANDROID_HOME/build-tools/35.0.0" >> $GITHUB_PATH

0 commit comments

Comments
 (0)