From ca81ace11bd23ba38b3cb24edb9480f8b9070c31 Mon Sep 17 00:00:00 2001 From: julismme <11083725@qq.com> Date: Mon, 12 Jan 2026 15:49:35 +0800 Subject: [PATCH] =?UTF-8?q?ci(workflows):=20=E4=BF=AE=E5=A4=8Dls=20-l=20ta?= =?UTF-8?q?rget/symphony=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/builder.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 8042e1692..b8dcd82cd 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -41,7 +41,7 @@ jobs: mvn clean install mvn package -DskipTests -Pci -q - - name: List files in target/symphony + - name: List files in target run: | - echo "Files in target/symphony:" - ls -l target/symphony \ No newline at end of file + echo "Files in target:" + ls -l target/ \ No newline at end of file