fix: ci issue

This commit is contained in:
Marvin Zhang
2024-12-17 19:39:26 +08:00
parent 8913cffd01
commit 9071378b6e

View File

@@ -4,7 +4,7 @@
set -e
# Get version from first argument
version="${1}"
version="${1:-3.12}"
# Check if version is provided
if [ -z "$version" ]; then