AnimalRP/.forgejo/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: mapping values are not allowed in this context
2024-04-27 21:44:50 +03:00

20 lines
562 B
YAML

on: [push]
jobs:
build:
runs-on: node-16
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up JDK 17
uses: https://github.com/actions/s
cache: maven
- name: check
run: which mvn
- name: check 2
run: /usr/share/maven/bin/mvn
- name: check 3
run: /usr/local/apache-maven/bin/mvn
- name: Build with Maven
run: mvn package
- uses: https://github.com/actions/upload-artifact@v4
with:
path: target/animalrp-1.0.0-animalrp.jar