Skip to content

Fixed some bugs and added QoL features #93

Fixed some bugs and added QoL features

Fixed some bugs and added QoL features #93

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Gradle
run: ./gradlew nightlyBuild
- name: Upload Nightly Build
uses: actions/upload-artifact@v2
if: success()
with:
name: skript-gui-nightly
path: build/libs/skript-gui-nightly.jar