Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed May 9, 2024
1 parent c0e5e58 commit 2a050fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ jobs:
with:
merge-multiple: true

- name: Setup Android SDK
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.3"
- name: Sign APK
uses: r0adkll/sign-android-release@349ebdef58775b1e0d8099458af0816dc79b6407 # v1
if: github.event.inputs.git-ref == 'master'
Expand Down

0 comments on commit 2a050fa

Please sign in to comment.