BreadMoirai / github-release-gradle-plugin

A Gradle Plugin to send Releases to Github
Apache License 2.0
108 stars 26 forks source link

Cause: path may not be null or empty string. path='' #68

Closed yamin8000 closed 10 months ago

yamin8000 commented 10 months ago

Error: Cause: path may not be null or empty string. path='' My config:

githubRelease {
    token "12345"
    owner "yamin8000"
    repo "freeDictionaryApp"
    tagName project.version
    targetCommitish "master"
    releaseName project.version
    generateReleaseNotes true
    body ""
    draft true
    prerelease false
    releaseAssets ""
    allowUploadToExisting.set false
    overwrite false
    dryRun false
    apiEndpoint "https://api.github.com"
    client
}
yamin8000 commented 10 months ago

I should have set releaseAssets properly.