Skip to content

Bump to 0.0.5

Bump to 0.0.5 #9

Workflow file for this run

name: "CivVoxelMap Latest Gradle CI"
on:
push:
branches:
- "master"
paths:
- "src/**/*"
workflow_dispatch: {}
permissions:
contents: write
jobs:
release:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "Set up JDK 17"
uses: "actions/setup-java@v3"
with:
java-version: 17
distribution: "corretto"
cache: "gradle"
- name: "Compiling CivVoxelMap"
run: "./gradlew build"
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Latest Build"
files: |
LICENCE
dist/*.jar