From e4cc26e3eae6e3a34f8347aa8ac0588745ee134c Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Tue, 12 Nov 2024 11:28:44 +0000 Subject: [PATCH] update .workflow/Debian-Build-amd64.yml. Signed-off-by: shenmo <jifengshenmo@outlook.com> --- .workflow/Debian-Build-amd64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.workflow/Debian-Build-amd64.yml b/.workflow/Debian-Build-amd64.yml index 4a1d0ec..6003e2f 100644 --- a/.workflow/Debian-Build-amd64.yml +++ b/.workflow/Debian-Build-amd64.yml @@ -39,7 +39,7 @@ stages: artifacts: - name: BUILD_ARTIFACT path: - - ./target + - ../target/ notify: [] strategy: retry: '0'