Skip to content

adding QueueControl UI #47

adding QueueControl UI

adding QueueControl UI #47

# This file was generated using Kotlin DSL (.github/workflows/build_nightly_distribution.main.kts).
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/typesafegithub/github-workflows-kt
name: 'package distributable'
on:
push:
branches:
- 'main'
jobs:
check_yaml_consistency:
name: 'Check YAML consistency'
runs-on: 'ubuntu-latest'
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/build_nightly_distribution.yaml'' && ''.github/workflows/build_nightly_distribution.main.kts'''
- id: 'step-2'
name: 'Consistency check'
run: 'git diff --exit-code ''.github/workflows/build_nightly_distribution.yaml'''
build_and_package:
runs-on: 'windows-2022'
needs:
- 'check_yaml_consistency'
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'setup jdk'
uses: 'actions/setup-java@v3'
with:
java-version: '21'
distribution: 'adopt'
java-package: 'jdk'
architecture: 'x64'
cache: 'gradle'
- id: 'step-2'
name: 'setup gradle'
uses: 'gradle/actions/setup-gradle@v3'
- id: 'step-3'
run: './gradlew packageDistributable --no-daemon'
- id: 'step-4'
name: 'update tag'
uses: 'jimeh/[email protected]'
with:
tags: 'nightly'
- id: 'step-5'
name: 'create release'
uses: 'softprops/[email protected]'
with:
body: 'Nightly Build'
name: 'Nightly'
tag_name: 'nightly'
draft: 'false'
prerelease: 'true'
files: 'build/nestctrl.zip'
fail_on_unmatched_files: 'true'
generate_release_notes: 'true'