From dc36d826353d8da0cf41f14babd4333018ea7b45 Mon Sep 17 00:00:00 2001 From: vverdad092-source Date: Sat, 5 Sep 2026 22:56:42 -0400 Subject: [PATCH] Update AAR build workflow for GitHub Actions --- .github/workflows/aar.yaml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/.github/workflows/aar.yaml b/.github/workflows/aar.yaml index 6090a576..c8c02aef 100644 --- a/.github/workflows/aar.yaml +++ b/.github/workflows/aar.yaml @@ -1,21 +1,16 @@ name: Build Android AAR - -on: [workflow_dispatch] - +on: [push, 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 + - uses: actions/checkout@v3 with: - path: dist - + submodules: recursive + - name: Build AAR + run: bash ./build.sh android-aar release + - name: Upload AAR + uses: actions/upload-artifact@v3 + with: + name: libzt-release-aar + path: dist/