mirror of
https://github.com/Astatin3/Randar.git
synced 2026-06-09 00:28:04 -06:00
Update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user