microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
14.78k stars 2.94k forks source link

[Build] v1.20.1 windows x64 artifact in GitHub release #22925

Open yuzawa-san opened 15 hours ago

yuzawa-san commented 15 hours ago

Describe the issue

I have a script which downloads all of the artifacts from the release that I need. An artifact from today is inconsistently named

https://github.com/microsoft/onnxruntime/releases/download/v1.20.1/onnxruntime-win-x64.zip -> should be onnxruntime-win-x64-1.20.1.zip

and that artifact is just ZIP which contains another ZIP. That inner zip follows the correct naming convention and is probably what should be on the outside.

Would it be possible to fix the GitHub release?

Urgency

No response

Target platform

windows x64

Build script

its in the github release

Error / output

its improperly named and packaged

Visual Studio Version

No response

GCC / Compiler Version

No response