Skip to content

Bump minelib.version from 1.2.3 to 1.2.5 (#125) #373

Bump minelib.version from 1.2.3 to 1.2.5 (#125)

Bump minelib.version from 1.2.3 to 1.2.5 (#125) #373

Workflow file for this run

name: Build & Upload
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Unshallow
run: git fetch --unshallow --quiet
- name: Build with Maven
run: mvn -B package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "Topper"
path: "**/topper*.jar"