Got them backwards
This commit is contained in:
parent
7c5fa1605e
commit
58e08995ac
@ -20,7 +20,7 @@ void call(Map config = [:], Closure body = { }) {
|
||||
|
||||
archiveName = runConfig.name +
|
||||
runConfig.separator +
|
||||
(runConfig.useHash ? runConfig.version : runConfig.tag) +
|
||||
(runConfig.useHash ? runConfig.hash : runConfig.version) +
|
||||
runConfig.separator +
|
||||
runConfig.extension
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user