Skip to content

Commit

Permalink
Update npm-packaging-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Oct 6, 2023
1 parent 7d3ff07 commit 32ed05e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ stages:
steps:
- download: build
artifact: 'NPM_packages'
targetPath: '$(Pipeline.Workspace)'
displayName: 'Download onnxruntime-node Pipeline Artifact'

- task: CopyFiles@2
inputs:
sourceFolder: $(Pipeline.Workspace)
sourceFolder: '$(Pipeline.Workspace)\NPM_packages'
contents: onnxruntime-*.tgz
targetFolder: $(Build.ArtifactStagingDirectory)\node-artifacts
displayName: 'Copy onnxruntime-node Artifacts'
Expand Down

0 comments on commit 32ed05e

Please sign in to comment.