Skip to content

Only close the web socket if it was created #13

Only close the web socket if it was created

Only close the web socket if it was created #13

Workflow file for this run

name: Build and Upload Debug Zip
on:
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew clean createDistributable
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Sheet-debug-${{ matrix.os }}
path: build/compose/binaries/main/app