mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Fix a problem in the gpu nuget pipeline: the yml missed a space
This commit is contained in:
parent
bcfb8d527b
commit
b783805f95
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
zip -r linux-x64.zip linux-x64
|
||||
cp $(Build.BinariesDirectory)/linux*.zip $(Build.ArtifactStagingDirectory)
|
||||
ls -al $(Build.ArtifactStagingDirectory)
|
||||
displayName: 'Create Artifacts'
|
||||
displayName: 'Create Artifacts'
|
||||
- task: PublishPipelineArtifact@0
|
||||
displayName: 'Publish Pipeline Artifact'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue