Skip to content

repair workflow

repair workflow #2

Workflow file for this run

name: Build Release
on:
release:
types: [ published ]
workflow_dispatch:
jobs:
build-manual-install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml