Skip to content

Commit

Permalink
ci: fix assembly descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb authored and javier-godoy committed May 10, 2021
1 parent 437c72e commit 1dd163b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<fileSets>
<fileSet>
<directory>..</directory>
<directory>.</directory>
<includes>
<include>LICENSE</include>
<include>README.md</include>
Expand All @@ -28,7 +28,7 @@
<include>*.pdf</include>
</includes>
<excludes>
<exclude>*-tests.jar</exclude>
<exclude>*-demo.jar</exclude>
</excludes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit 1dd163b

Please sign in to comment.