mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 14:24:32 +00:00
fix releaser
This commit is contained in:
parent
0eba1ff7e7
commit
c8bc24f8c6
@ -20,7 +20,7 @@ class Releaser(Make):
|
|||||||
def getUrl(props):
|
def getUrl(props):
|
||||||
baseUrl = self.destDirUrl(props)
|
baseUrl = self.destDirUrl(props)
|
||||||
prodName = str(props.getProperty('prodName'))
|
prodName = str(props.getProperty('prodName'))
|
||||||
return baseUrl + prodName
|
return baseUrl + '/' + prodName
|
||||||
|
|
||||||
factory.addStep(
|
factory.addStep(
|
||||||
steps.Git(
|
steps.Git(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user