Mostly make this thing work

This commit is contained in:
astatin3
2024-07-22 20:53:28 -06:00
parent 62b884249c
commit c04557b4ed
112 changed files with 3626 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
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
- 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