Skip to content

add curseforge publishing to github actions and remove debug #51

add curseforge publishing to github actions and remove debug

add curseforge publishing to github actions and remove debug #51

Workflow file for this run

name: Check Wlodzimiers Blocks
on:
- push
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v4
- name: Fetch Tags
run: git fetch --unshallow --tags -f
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Check Build
run: ./gradlew check