Skip to content

Merge pull request #12 from BySwiizen/fix/1 #8

Merge pull request #12 from BySwiizen/fix/1

Merge pull request #12 from BySwiizen/fix/1 #8

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/[email protected] # https://github.com/actions/checkout/releases
- name: Set up JDK 8
uses: actions/[email protected] # https://github.com/actions/setup-java/releases
with:
java-version: 8
distribution: temurin
- name: Build with Gradle
run: ./gradlew build --no-daemon
- name: Upload build artifact
uses: actions/[email protected] # https://github.com/actions/upload-artifact/releases
with:
name: UltraCosmetics-gui-addon-dev
path: build/libs/UltraCosmetics-gui-addon-*.jar