Skip to content

use different approach to sending websocket events #15

use different approach to sending websocket events

use different approach to sending websocket events #15

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