1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Download tester

This commit is contained in:
Daniel Walsh 2023-07-04 23:48:44 +01:00
parent c579d87aee
commit 6d9d0c5196
No known key found for this signature in database

View File

@ -45,10 +45,14 @@ jobs:
curl -o paper.jar \
"https://api.papermc.io/v2/projects/paper/versions/$VERSION/builds/$BUILD/downloads/$JAR_FILE"
- name: Download e2e-tester
run: curl -o e2e-tester.jar https://preview-builds.walshy.dev/download/e2e-tester/main/latest
- name: Setup server
run: |
echo 'eula=true' > eula.txt
mkdir plugins
mv e2e-tester.jar plugins/e2e-tester.jar
- uses: actions/download-artifact@v3
with: