mirror of https://github.com/winsw/winsw
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
parent
99fb13d41a
commit
005a1fd5b5
2
pom.xml
2
pom.xml
|
@ -29,7 +29,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<attachArtifact file="bin/Debug/winsw.exe" type="exe" classifier="bin" />
|
<attachArtifact file="bin/Release/winsw.exe" type="exe" classifier="bin" />
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
Loading…
Reference in New Issue