Skip to content

fixed challenge requests not sending to unrecognized targets #11

fixed challenge requests not sending to unrecognized targets

fixed challenge requests not sending to unrecognized targets #11

Workflow file for this run

name: Build Gradle JAR
on:
push:
branches:
- main
permissions:
contents: write
jobs:
gradle:
strategy:
matrix:
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Execute Gradle build
run: ./gradlew build --scan
- name: Automatic Releases
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Latest Release"
files: |
build/libs/*.jar