ci: Fix changelog reference

This commit is contained in:
Sekwah 2021-05-20 01:04:13 +01:00
parent cd96c0d2c0
commit 68ba7dc76b
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ task discordupload {
MultipartEntityBuilder builder = MultipartEntityBuilder.create()
builder.addTextBody("content", "New automated dev build\n\n" +
"Current Features: <${project.github}/blob/${sha}/docs/CHANGELOG.md>")
"Current Features: <${project.github}/blob/${sha}/docs/SNAPSHOT_CHANGELOG.md>")
builder.addBinaryBody("file", file(jar.archiveFile).newInputStream(), ContentType.APPLICATION_OCTET_STREAM, jar.archiveName)