Add version to artifact names
This commit is contained in:
parent
513a404544
commit
116fb5c731
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ directories:
|
|||
output: release-builds
|
||||
buildResources: app/resources
|
||||
appId: org.openflexure.ev
|
||||
artifactName: ${name}-${os}-${arch}.${ext}
|
||||
artifactName: ${name}-${version}-${os}-${arch}.${ext}
|
||||
asar: true
|
||||
publish:
|
||||
- provider: generic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue