Skip to content

update README

update README #11

Workflow file for this run

name: Build and Publish SDK
on:
push:
branches:
- atavism/update-sdk
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '^1.22.4'
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: 'gradle'
- name: Build Production SDK
run: make release