From 821b42cc0357aba96ba0c3760fd0c084613fdb38 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Thu, 17 Feb 2022 21:42:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E6=9E=84=E5=BB=BA=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E6=8F=90=E4=BE=9B=E2=80=9C=E6=B5=8B=E8=AF=95=E4=BA=A7?= =?UTF-8?q?=E7=89=A9=E2=80=9D=E4=B8=8E=E2=80=9C=E6=9C=80=E7=BB=88=E4=BA=A7?= =?UTF-8?q?=E7=89=A9=E2=80=9D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 92defbc..f7d026f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,10 +32,10 @@ jobs: - name: "Target Staging" run: | - - mkdir artifacts - - cp -vrf target/ artifacts/target/ - - cp -vrf asset/*.jar artifacts - + mkdir artifacts + cp -vrf target/ artifacts/target/ + cp -vrf asset/*.jar artifacts + - name: "Upload artifact" uses: actions/upload-artifact@v2 with: