Workflow
All checks were successful
/ build (push) Successful in 1m4s

This commit is contained in:
Minecon724 2025-01-14 14:19:18 +01:00
parent f3ca31698e
commit 7497e18c7c
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -0,0 +1,19 @@
on: [push]
jobs:
build:
runs-on: docker
container: debian:sid
steps:
- name: Install JDK and other deps
run: apt update && apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl zstd
- name: Upload artifacts
uses: https://github.com/actions/checkout@v4
- name: Build
run: mvn package
- name: Upload artifacts
uses: https://github.com/actions/upload-artifact@v3
with:
path: target