cook up a workflow
Some checks failed
/ build (push) Failing after 12s

This commit is contained in:
Soph :3 2024-04-27 21:38:36 +03:00
parent 5c5d842371
commit afc43b60b2
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -0,0 +1,17 @@
on: [push]
jobs:
build:
runs-on: node-16
steps:
- uses: https://github.com/actions/checkout@v4
- name: Set up JDK 11
uses: https://github.com/actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn package
- uses: https://github.com/actions/upload-artifact@v4
with:
path: target/animalrp-1.0.0-animalrp.jar