Skip to content

More blurring, not monochrome #19

More blurring, not monochrome

More blurring, not monochrome #19

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '20'
distribution: 'temurin'
cache: gradle
- uses: gradle/gradle-build-action@v2
with:
arguments: distZip
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: fx/build/distributions/guesscharts.zip