Skip to content

Commit

Permalink
Fixed CI/CD
Browse files Browse the repository at this point in the history
- Updated tests.yml
  • Loading branch information
josemmo committed May 7, 2023
1 parent af6b099 commit 8eed5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eed5bd

Please sign in to comment.