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

View File

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