azure-pipelines: Use a different artifact name for each macOS image
This commit is contained in:
parent
5417a4ece9
commit
342bb6295f
|
@ -114,4 +114,4 @@ jobs:
|
|||
condition: eq(variables['B_BUILD_TYPE'], 'Release')
|
||||
inputs:
|
||||
pathtoPublish: build/bundle
|
||||
artifactName: Mac Release Disk Image and App
|
||||
artifactName: Mac Release Disk Image and App $(imageName)
|
||||
|
|
Loading…
Reference in New Issue