Skip to content

fix: Call gradlew isntead of gradle for prebuild task (uses correct v… #35

fix: Call gradlew isntead of gradle for prebuild task (uses correct v…

fix: Call gradlew isntead of gradle for prebuild task (uses correct v… #35

Workflow file for this run

name: Publish
on:
push:
branches:
- main
- develop
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git User Details
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
- uses: MineInAbyss/publish-action@develop
with:
pre-build: "./gradlew applyPatches"
build-tasks: "createMojmapBundlerJar"
release-files: |
${{ github.workspace }}/build/libs/*.jar