Skip to content

Commit

Permalink
fixes bug where release notes weren't passed into AppCenterUpload (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquimmnetto committed Jun 25, 2024
1 parent f2c0758 commit dadd1ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class AppCenterPlugin implements Plugin<Project> {
t.retryCount.convention(extension.retryCount)
t.retryTimeout.convention(extension.retryTimeout)
t.binary.convention(extension.binary)
t.releaseNotes.convention(extension.releaseNotes)
if(extension.artifact.present && !t.binary.present) {
def artifactFile = extension.artifact.map { PublishArtifact it ->
try {
Expand Down

0 comments on commit dadd1ff

Please sign in to comment.