Skip to content

Merge pull request #26 from pscally1005/bootstrap-command #5

Merge pull request #26 from pscally1005/bootstrap-command

Merge pull request #26 from pscally1005/bootstrap-command #5

Workflow file for this run

name: Upload Artifact
on:
push:
branches: [ main ]
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Release
uses: softprops/action-gh-release@v1
with:
files: target/server-utils-1.0-SNAPSHOT.jar