add distributions to github release

This commit is contained in:
2020-11-12 13:01:58 +06:00
parent 6e8aae95d0
commit a177391ceb
2 changed files with 6 additions and 24 deletions

View File

@@ -18,6 +18,8 @@ if (new File(projectDir, "secret.gradle").exists()) {
githubRelease {
token "${project.property('GITHUB_RELEASE_TOKEN')}"
releaseAssets.from('bot/build/distributions')
owner "InsanusMokrassar"
repo "PlaguBot"