From 8eed5bd45ca40094387a5d116084c16ff081d086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Moreno?= Date: Sun, 7 May 2023 11:43:46 +0200 Subject: [PATCH] Fixed CI/CD - Updated tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae7f0bc..73d3e33 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,7 +81,7 @@ jobs: VERSION: ${{ matrix.version }} run: | if [ $VERSION == "1.19.4" ]; then - url="https://ci.dmulloy2.net/job/ProtocolLib/lastStableBuild/artifact/target/ProtocolLib.jar" + url="https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar" else url="https://github.com/dmulloy2/ProtocolLib/releases/download/4.8.0/ProtocolLib.jar" fi