Update release-build.yml
This commit is contained in:
parent
923dd26f04
commit
b337b9a7db
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release-build.yml
vendored
12
.github/workflows/release-build.yml
vendored
|
|
@ -23,14 +23,14 @@ 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
|
||||
# - 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
|
||||
run: ./gradlew buildAll -PversionName="${{ github.ref_name }}
|
||||
|
||||
- name: Upload JARs to release
|
||||
uses: softprops/action-gh-release@v2.5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue