Skip to content

Update GitHub Actions #238

Update GitHub Actions

Update GitHub Actions #238

Workflow file for this run

name: Build and Upload Artifacts
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 8
uses: actions/[email protected]
with:
distribution: temurin
java-version: 8
- name: Give permissions to Gradle
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew jar
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: PerWorldPlugins
path: build/libs/**.jar