We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b392b commit ec265c1Copy full SHA for ec265c1
.github/workflows/build.yml
@@ -13,8 +13,6 @@ jobs:
13
runs-on: ubuntu-22.04
14
strategy:
15
fail-fast: false
16
- matrix:
17
- abi: ["arm64-v8a"]
18
19
steps:
20
- name: Checkout
@@ -28,7 +26,7 @@ jobs:
28
26
add-to-path: false
29
27
30
- name: Build
31
- run: ./build.sh ${{env.BUILD_TYPE}} ${{ matrix.abi }}
+ run: ./build.sh
32
env:
33
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
34
@@ -37,7 +35,7 @@ jobs:
37
35
with:
38
36
tag_name: ${{ github.run_number }}
39
name: Release ${{ github.run_number }}
40
- body: Support 1.20.51.01 and 1.20.60.25 preview
+ body: Support 1.20.80.20 preview and 1.20.80.21 preview
41
draft: false
42
prerelease: false
43
files: |
0 commit comments