Skip to content

Commit

Permalink
Maven: Fix typo in the attachArtifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jan 8, 2017
1 parent 927b8c3 commit 4a0cbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<mkdir dir="${project.build.directory}/bin/"/>
<get src="https://github.com/kohsuke/winsw/releases/download/winsw-v${winsw.version}/WinSW.NET2.exe"
dest="${project.build.directory}/bin/winsw.exe"/>
<attachArtifact file="${project.build.directory}/bin/bin/winsw.exe" type="exe" classifier="bin" />
<attachArtifact file="${project.build.directory}/bin/winsw.exe" type="exe" classifier="bin" />
</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit 4a0cbdd

Please sign in to comment.