Skip to content

Merge branch 'block-break' into block-brek #1

Merge branch 'block-break' into block-brek

Merge branch 'block-break' into block-brek #1

Workflow file for this run

name: Build and Upload
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '17'
- name: Cache Maven repo
uses: actions/cache@v3
id: cache
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- name: Build with Maven
run: mvn clean package --file pom.xml
- name: Upload
uses: actions/[email protected]
with:
name: TitansBattle
path: target/TitansBattle*.jar