Skip to content

Try to fix issue with frame sending #13

Try to fix issue with frame sending

Try to fix issue with frame sending #13

Workflow file for this run

name: Build Client
on:
push:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "23"
- uses: gradle/actions/setup-gradle@v4
- run: ./gradlew client:packageDist
- name: Release
uses: softprops/action-gh-release@v2
if: ${{ github.ref == 'refs/heads/main' }}
with:
tag_name: ${{ github.run_number }}
files: client/build/dist/*.tar.gz