Skip to content

Commit f2a19b9

Browse files
committed
Merge branch 'develop'
2 parents 430e5b8 + 220cc7f commit f2a19b9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
files: |
3232
target/utPLSQL-cli.zip
33+
target/utPLSQL-cli.zip.md5
3334
3435
slack-workflow-status:
3536
if: always()

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,24 @@
152152
</descriptors>
153153
</configuration>
154154
</plugin>
155+
<plugin>
156+
<groupId>net.nicoulaj.maven.plugins</groupId>
157+
<artifactId>checksum-maven-plugin</artifactId>
158+
<version>1.10</version>
159+
<configuration>
160+
<fileSets>
161+
<fileSet>
162+
<directory>${project.build.directory}</directory>
163+
<includes>
164+
<include>utPLSQL-cli.zip</include>
165+
</includes>
166+
</fileSet>
167+
</fileSets>
168+
<algorithms>
169+
<algorithm>MD5</algorithm>
170+
</algorithms>
171+
</configuration>
172+
</plugin>
155173
<plugin>
156174
<groupId>com.amashchenko.maven.plugin</groupId>
157175
<artifactId>gitflow-maven-plugin</artifactId>

0 commit comments

Comments
 (0)