Rework UCI queries to send starting position and list of moves instea… #103
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "build" | |
on: | |
push: | |
branches: [ "**" ] | |
tags-ignore: [ "**" ] | |
pull_request: | |
release: | |
types: [ released ] | |
jobs: | |
call-build: | |
uses: "jpenilla/actions/.github/workflows/shared-ci.yml@master" | |
secrets: inherit | |
with: | |
hangar-publish: true | |
modrinth-publish: true | |
init-submodules: true | |
artifacts-path: 'build/libs/*-all.jar' |