Skip to content

Commit e8931c1

Browse files
authored
Merge pull request #10 from WeBankFinTech/develop
pre release v1.0.1
2 parents 90a4ba4 + bc3cfdd commit e8931c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ task tar(type: Tar) {
6464

6565
task zip(type: Zip) {
6666
extension = 'zip'
67-
archiveName = project.name + '.' + project.version + '.' + extension
67+
archiveName = project.name + '_' + project.version + '.' + extension
6868
destinationDir = new File(projectDir, 'build')
6969
into('/') {
7070
from 'dist'

0 commit comments

Comments
 (0)