Delete .github/workflows/build-1.18.yml
This commit is contained in:
parent
3ef34e438d
commit
8de71e885e
42
.github/workflows/build-1.18.yml
vendored
42
.github/workflows/build-1.18.yml
vendored
|
|
@ -1,42 +0,0 @@
|
||||||
name: Build-1.18
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ "1.18.2" ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout Repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Make Gradle Wrapper Executable
|
|
||||||
run: chmod +x ./gradlew
|
|
||||||
working-directory: ${{ github.workspace }}
|
|
||||||
|
|
||||||
- name: Validate Gradle Wrapper
|
|
||||||
uses: gradle/wrapper-validation-action@v1
|
|
||||||
|
|
||||||
- name: Set up JDK 17
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
java-version: '17'
|
|
||||||
distribution: 'temurin'
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
id: build
|
|
||||||
uses: gradle/gradle-build-action@v2
|
|
||||||
with:
|
|
||||||
arguments: build
|
|
||||||
env:
|
|
||||||
SNAPSHOT: true
|
|
||||||
|
|
||||||
- name: Build Artifact
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: Player_Sync
|
|
||||||
path: |
|
|
||||||
build/libs/
|
|
||||||
Loading…
Reference in New Issue
Block a user