Skip to content

Large fluid pump+Biome property #119

Large fluid pump+Biome property

Large fluid pump+Biome property #119

Workflow file for this run

on:
push:
branches:
- master
pull_request:
concurrency:
group: publish-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Build
uses: ./.github/actions/build_setup
- name: Build Project
run: ./gradlew build --warning-mode all --build-cache
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: susy_core
path: build/libs