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
|
output: release-builds
|
||||||
buildResources: app/resources
|
buildResources: app/resources
|
||||||
appId: org.openflexure.ev
|
appId: org.openflexure.ev
|
||||||
artifactName: ${name}-${os}-${arch}.${ext}
|
artifactName: ${name}-${version}-${os}-${arch}.${ext}
|
||||||
asar: true
|
asar: true
|
||||||
publish:
|
publish:
|
||||||
- provider: generic
|
- provider: generic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue