From 74292ae518355d72f7c61f76fb67f318a9eede71 Mon Sep 17 00:00:00 2001 From: xinian Date: Wed, 28 Jan 2026 14:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20my-first?= =?UTF-8?q?-workflow.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/my-first-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index c6e3a0f59..0cde679d6 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -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