编辑文件 my-first-workflow.yaml

This commit is contained in:
xinian
2026-01-28 14:53:54 +08:00
committed by cnb
parent 8b514bf199
commit 74292ae518

View File

@@ -124,7 +124,7 @@ steps:
password: dgaoXMPC8325 # 统一缩进6个空格
source:
- blazing/build/**
target: /opt/login/
target: /opt/blazing/
strip_components: 1 # 统一缩进6个空格
skip_verify: true # 统一缩进6个空格
timeout: 30s # 统一缩进6个空格
@@ -140,7 +140,7 @@ steps:
password: dgaoXMPC8325 # 统一缩进6个空格
script:
- |
cd /opt/login
cd /opt/blazing/build
BIN_NAME=$(ls -t login_v* 2>/dev/null | head -1)
echo "BIN_NAME: $BIN_NAME"
if [ -z "$BIN_NAME" ]; then