Update build.yml
Commented out download of CB1060 as example. Fixed variable names.
This commit is contained in:
parent
dce32fe80e
commit
d03a04d720
1 changed files with 8 additions and 8 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
NEMESIS_VERSION_NAME: "autobuild-${{ github.sha }}"
|
YOURPLUGIN_VERSION_NAME: "autobuild-${{ github.sha }}"
|
||||||
NEMESIS_BUILD_CHANNEL: "autobuild"
|
YOURPLUGIN_BUILD_CHANNEL: "autobuild"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.1
|
||||||
|
|
@ -28,15 +28,15 @@ jobs:
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: gradle/actions/setup-gradle@v5
|
uses: gradle/actions/setup-gradle@v5
|
||||||
|
|
||||||
- name: Download CB1060
|
# Download any external libraries libraries
|
||||||
run: |
|
# - name: Download CB1060
|
||||||
mkdir -p libs
|
# run: |
|
||||||
curl -L -o libs/craftbukkit-1060.jar https://archive.org/download/craftbukkit1060/craftbukkit1-7-3%281060%29.jar
|
# mkdir -p libs
|
||||||
|
# curl -L -o libs/craftbukkit-1060.jar https://archive.org/download/craftbukkit1060/craftbukkit1-7-3%281060%29.jar
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew buildAll
|
run: ./gradlew buildAll
|
||||||
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v6.0.0
|
uses: actions/upload-artifact@v6.0.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue