Use Release version instead of Debug one.

Resolves https://github.com/kohsuke/winsw/issues/63

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
pull/62/head
Oleg Nenashev 2015-01-24 01:23:54 +03:00
parent 99fb13d41a
commit 005a1fd5b5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
</goals>
<configuration>
<tasks>
<attachArtifact file="bin/Debug/winsw.exe" type="exe" classifier="bin" />
<attachArtifact file="bin/Release/winsw.exe" type="exe" classifier="bin" />
</tasks>
</configuration>
</execution>