编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 15:09:35 +08:00
committed by cnb
parent 0e296eeaf6
commit ba51d3c946

View File

@@ -141,7 +141,6 @@ steps:
script:
- |
cd /opt/blazing/build
ls
ls -t login_* 2>/dev/null | head -1
BIN_NAME=$(ls -t login_* 2>/dev/null | head -1)
echo "BIN_NAME: ${BIN_NAME}"