fix: only upload -all.jar asset

This commit is contained in:
oSumAtrIX 2022-06-14 01:18:15 +02:00 committed by GitHub
parent 00e9e53df6
commit ca8e1ba6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
{
"assets": [
{
"path": "build/libs/*.jar"
"path": "build/libs/*all.jar"
}
]
}