File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
files : |
32
32
target/utPLSQL-cli.zip
33
+ target/utPLSQL-cli.zip.md5
33
34
34
35
slack-workflow-status :
35
36
if : always()
Original file line number Diff line number Diff line change 152
152
</descriptors >
153
153
</configuration >
154
154
</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 >
155
173
<plugin >
156
174
<groupId >com.amashchenko.maven.plugin</groupId >
157
175
<artifactId >gitflow-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments