Skip to content

Commit ec265c1

Browse files
committed
Update
1 parent 41b392b commit ec265c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
fail-fast: false
16-
matrix:
17-
abi: ["arm64-v8a"]
1816

1917
steps:
2018
- name: Checkout
@@ -28,7 +26,7 @@ jobs:
2826
add-to-path: false
2927

3028
- name: Build
31-
run: ./build.sh ${{env.BUILD_TYPE}} ${{ matrix.abi }}
29+
run: ./build.sh
3230
env:
3331
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
3432

@@ -37,7 +35,7 @@ jobs:
3735
with:
3836
tag_name: ${{ github.run_number }}
3937
name: Release ${{ github.run_number }}
40-
body: Support 1.20.51.01 and 1.20.60.25 preview
38+
body: Support 1.20.80.20 preview and 1.20.80.21 preview
4139
draft: false
4240
prerelease: false
4341
files: |

0 commit comments

Comments
 (0)