Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Fixed error where the game would try to use the global Gson, which on… #86

Fixed error where the game would try to use the global Gson, which on…

Fixed error where the game would try to use the global Gson, which on… #86

Workflow file for this run

name: Publish Development Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 17
distribution: adopt
- name: Build
run: ./gradlew build -Pgithub_sha=${{ github.sha }}
- name: Release
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: latest
prerelease: true
title: Dev Build
files: |
./build/libs/*.jar