Skip to content

Bump me.hsgamer:hscore-logger-jul from 4.3.26 to 4.5.4 (#12) #158

Bump me.hsgamer:hscore-logger-jul from 4.3.26 to 4.5.4 (#12)

Bump me.hsgamer:hscore-logger-jul from 4.3.26 to 4.5.4 (#12) #158

Workflow file for this run

name: Build & Upload
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload artifact
uses: actions/[email protected]
with:
name: "MCServerUpdater"
path: "standalone/target/MCServerUpdater.jar"