fix: add patches.json as a release asset

This commit is contained in:
Sculas
2022-08-28 22:24:45 +02:00
committed by GitHub
parent 1f9a5188b2
commit d6f969e0cf

View File

@@ -21,7 +21,8 @@
"assets": [
"README.md",
"CHANGELOG.md",
"gradle.properties"
"gradle.properties",
"patches.json"
]
}
],