Skip to content

please

please #4

Workflow file for this run

name: Build NoCheat
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
server-id: github
settings-path: ${{ github.workspace }

Check failure on line 21 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build NoCheat

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 21, Col: 24): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
- name: Build NoCheat
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: ./build/libs/**.jar