Rename to LS
All checks were successful
Build Plugin / build-test (push) Successful in 43s

This commit is contained in:
2024-12-11 12:21:53 +01:00
parent 141bdd163f
commit a5c53696b8
12 changed files with 122 additions and 122 deletions

View File

@ -20,13 +20,13 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v3
with:
name: d7serverlite
path: target/d7serverlite*.jar
name: LSServerLite
path: target/LSServerLite*.jar
- name: Create Pre Release
run: |
FILES=./target/d7serverlite*.jar
FILES=./target/LSServerLite*.jar
USER=LagacySurvival
REPO=D7ServerLite
REPO=ServerLite
# Set up variables
AUTH_HEADER="Authorization: token ${{ secrets.TOKEN }}"
CONTENT_TYPE="Content-Type: application/json"