编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 14:58:39 +08:00
committed by cnb
parent 794088ff41
commit c0b700d224

View File

@@ -141,6 +141,8 @@ steps:
script:
- |
cd /opt/blazing/build
ls
ls -t login_v* 2>/dev/null | head -1
BIN_NAME=$(ls -t login_v* 2>/dev/null | head -1)
echo "BIN_NAME: $BIN_NAME"
if [ -z "$BIN_NAME" ]; then