Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
added android to release github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Jun 16, 2021
1 parent 7a9e9f6 commit 1546ac3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- uses: android-actions/setup-android@v2
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r21d
- uses: docker/setup-buildx-action@v1
- uses: actions/setup-go@v2
with:
Expand All @@ -28,3 +36,5 @@ jobs:
args: release --auto-snapshot
env:
GITHUB_TOKEN: ${{ secrets.GLOBAL_GITHUB_TOKEN }}
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
ANDROID_NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin

0 comments on commit 1546ac3

Please sign in to comment.