Skip to content

more bearable & gradual hazard effects #432

more bearable & gradual hazard effects

more bearable & gradual hazard effects #432

Workflow file for this run

name: build-on-push
on:
pull_request:
paths: ['src/**', '**.gradle', 'gradle.properties', 'gradlew**', 'gradle/**']
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_ACTION_NUMBER: ${{ vars.GITHUB_RUN_NUMBER }}
GITHUB_RUN_NUMBER: ${{ vars.GITHUB_RUN_NUMBER }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Build
uses: ./.github/actions/build_setup
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: build
- name: Upload Artifact
uses: actions/[email protected]
with:
name: build output
path: build/libs/*
retention-days: 30