Commit 920b375 1 parent 0044686 commit 920b375 Copy full SHA for 920b375
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 228
228
<configuration >
229
229
<artifacts >
230
230
<artifact >
231
- <file >${project.build.directory} /${project.artifactId} -windows_x86_64.tar.gz</file >
231
+ <file >${project.build.directory} /${project.artifactId} -${revision} - windows_x86_64.tar.gz</file >
232
232
<type >tar.gz</type >
233
233
<classifier >windows-x64</classifier >
234
234
</artifact >
235
235
<artifact >
236
- <file >${project.build.directory} /${project.artifactId} -linux_x86_64.tar.gz</file >
236
+ <file >${project.build.directory} /${project.artifactId} -${revision} - linux_x86_64.tar.gz</file >
237
237
<type >tar.gz</type >
238
238
<classifier >linux-x64</classifier >
239
239
</artifact >
240
240
<artifact >
241
- <file >${project.build.directory} /${project.artifactId} -osx_x86_64.tar.gz</file >
241
+ <file >${project.build.directory} /${project.artifactId} -${revision} - osx_x86_64.tar.gz</file >
242
242
<type >tar.gz</type >
243
243
<classifier >mac-x64</classifier >
244
244
</artifact >
245
245
<artifact >
246
- <file >${project.build.directory} /${project.artifactId} -osx_aarch_64.tar.gz</file >
246
+ <file >${project.build.directory} /${project.artifactId} -${revision} - osx_aarch_64.tar.gz</file >
247
247
<type >tar.gz</type >
248
248
<classifier >mac-arm</classifier >
249
249
</artifact >
You can’t perform that action at this time.
0 commit comments