This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/.github/workflows/aar.yaml
2021-05-19 13:14:48 -07:00

22 lines
343 B
YAML

name: Build Android AAR
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init
- name: Build
run: ./build.sh android-aar "release"
- uses: actions/upload-artifact@v2
with:
path: dist