Skip to content

Update build.yml

Update build.yml #4

Workflow file for this run

name: android-release
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "8"
- name: Build package
run: make apackage