Skip to content

Commit

Permalink
success message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rynchodon committed Aug 4, 2017
1 parent a84ab68 commit 187fbc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PluginLoader/GitHubClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ internal void Publish(Plugin plugin, PluginBuilder pluginBuilder)
try
{
plugin.Zip(zipFilePath);
PublishRelease(release, zipFilePath);
if (PublishRelease(release, zipFilePath))
MessageBox.Show("Release posted");
}
finally
{
Expand Down

0 comments on commit 187fbc3

Please sign in to comment.