Skip to content

Commit 9c48332

Browse files
committed
fixing wrong artifact name
1 parent 641f174 commit 9c48332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ extends:
9090
isProduction: true
9191
inputs:
9292
- input: pipelineArtifact
93-
artifactName: build-drop
93+
artifactName: npm_$(package_name)
9494
targetPath: '$(Build.ArtifactStagingDirectory)/npm'
9595

9696
strategy:

0 commit comments

Comments
 (0)