Skip to content

Commit

Permalink
Fix zapstore
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 24, 2024
1 parent c812fa6 commit 673542d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:

- name: Setup Android SDK
uses: android-actions/setup-android@v3

- name: Install Build tools
run: sdkmanager "build-tools:34.0.0"
with:
packages: 'platforms;android-34 build-tools;34.0.0'

- name: Verify apksigner
run: $ANDROID_SDK_ROOT/build-tools/34.0.0/apksigner --version
Expand Down

0 comments on commit 673542d

Please sign in to comment.