Skip to content

Update release.yml #179

Update release.yml

Update release.yml #179

Workflow file for this run

---
name: Build Test
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
name: Build with Java 8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
java-version: "8"
distribution: "adopt"
cache: "maven"
- run: java -version
- run: mvn --version
- run: mvn -B package
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: /home/runner/work/KDStatusReloaded/KDStatusReloaded/target/