Skip to content

Export with build

Export with build #120

Workflow file for this run

name: Java with Gradle
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 17
- name: Give permissions to Gradle
run: chmod +x ./gradlew
- name: Build
uses: gradle/gradle-build-action@v2
with:
arguments: build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: PacketFixer
path: artifacts/**.jar