mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Fix a minor typon in POM file name (#4250)
Co-authored-by: Changming Sun <chasun@microsoft.com>
This commit is contained in:
parent
3fc68cb150
commit
a08805daf9
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ jobs:
|
|||
ren onnxruntime-$(OnnxRuntimeVersion).jar onnxruntime_gpu-$(OnnxRuntimeVersion).jar
|
||||
ren onnxruntime-$(OnnxRuntimeVersion)-javadoc.jar onnxruntime_gpu-$(OnnxRuntimeVersion)-javadoc.jar
|
||||
ren onnxruntime-$(OnnxRuntimeVersion)-sources.jar onnxruntime_gpu-$(OnnxRuntimeVersion)-sources.jar
|
||||
ren onnxruntime-$(OnnxRuntimeVersion).pom onnxruntime_gpu_$(OnnxRuntimeVersion).pom
|
||||
ren onnxruntime-$(OnnxRuntimeVersion).pom onnxruntime_gpu-$(OnnxRuntimeVersion).pom
|
||||
popd
|
||||
workingDirectory: '$(Build.BinariesDirectory)\java-artifact'
|
||||
displayName: 'Create final GPU Jar'
|
||||
|
|
|
|||
Loading…
Reference in a new issue