Skip to content

Commit badbf8d

Browse files
committed
Added some missing changes from main for the Android release build
1 parent b140291 commit badbf8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ jobs:
532532
with:
533533
sparse-checkout: 'build-scripts/build-release.py'
534534
- name: 'Setup Android NDK'
535+
id: setup-ndk
535536
uses: nttld/setup-ndk@v1
536537
with:
537538
local-cache: false
@@ -561,6 +562,8 @@ jobs:
561562
run: |
562563
python build-scripts/build-release.py \
563564
--actions android \
565+
--android-api 21 \
566+
--android-ndk-home "${{ steps.setup-ndk.outputs.ndk-path }}" \
564567
--commit ${{ inputs.commit }} \
565568
--root "${{ steps.tar.outputs.path }}" \
566569
--github \

0 commit comments

Comments
 (0)