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/jar.yaml
2021-05-18 23:38:52 -07:00

25 lines
402 B
YAML

name: Build Java JAR
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init
- name: Install JDK
run: sudo apt install default-jdk
- name: Build
run: ./build.sh host-jar "release"
- uses: actions/upload-artifact@v2
with:
path: dist