编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 13:16:34 +08:00
committed by cnb
parent 718ddf1ce6
commit 64bfd9154b

View File

@@ -60,10 +60,12 @@ steps:
# 拉取代码
- echo "✅ 代码拉取完成"
VERSION="v$(git rev-parse --short=8 HEAD)"
echo "BUILD_VERSION=${VERSION}" >> "$CI_ENV_FILE"
echo "构建版本号:${VERSION}"
echo "✅ 生成版本号:${VERSION}"
- cd ./blazing
- VERSION="v$(git rev-parse --short=8 HEAD)"
- echo "BUILD_VERSION=${VERSION}" >> "$CI_ENV_FILE"
- echo "构建版本号:${VERSION}"
- echo "✅ 生成版本号:${VERSION}"
# ========== 4. 编译Logic服务完全参考GitHub Actions编译配置 ==========