Update release-build.yml
Commented out download of CB1060 as example. Fixed variable names
This commit is contained in:
parent
d03a04d720
commit
42054d7746
1 changed files with 8 additions and 7 deletions
15
.github/workflows/release-build.yml
vendored
15
.github/workflows/release-build.yml
vendored
|
|
@ -8,8 +8,8 @@ jobs:
|
|||
build-and-release:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NEMESIS_VERSION_NAME: "${{ github.ref_name }}"
|
||||
NEMESIS_BUILD_CHANNEL: "production"
|
||||
YOURPLUGIN_VERSION_NAME: "${{ github.ref_name }}"
|
||||
YOURPLUGIN_BUILD_CHANNEL: "production"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.1
|
||||
|
|
@ -23,11 +23,12 @@ jobs:
|
|||
- name: Set up Gradle
|
||||
uses: gradle/actions/setup-gradle@v5
|
||||
|
||||
- name: Download CB1060
|
||||
run: |
|
||||
mkdir -p libs
|
||||
curl -L -o libs/craftbukkit-1060.jar \
|
||||
https://archive.org/download/craftbukkit1060/craftbukkit1-7-3%281060%29.jar
|
||||
# Download externa libraries
|
||||
# - name: Download CB1060
|
||||
# run: |
|
||||
# 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
|
||||
run: ./gradlew buildAll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue