Merge remote-tracking branch 'origin/releases/v3' into backport-v2.27.2-9278e4216

This commit is contained in:
github-actions[bot]
2024-11-12 10:43:35 +00:00
350 changed files with 1405 additions and 1972 deletions

View File

@@ -40,7 +40,7 @@ runs:
exit 0
fi
if [[ ${{ inputs.version }} == "nightly-latest" ]]; then
if [[ ${{ inputs.version }} == "nightly-latest" && "$RUNNER_OS" != "Windows" ]]; then
extension="tar.zst"
else
extension="tar.gz"