From 7d55ed78516fd070aff5dcd0b2d6cb30e1daa06d Mon Sep 17 00:00:00 2001 From: carm Date: Sun, 17 Oct 2021 14:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5629b95..78d7a41 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: # MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} # MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: "Stage" - run: mkdir staging && cp target/*.jar staging + run: mkdir staging && cp */target/*.jar staging - name: "Upload artifact" uses: actions/upload-artifact@v2 with: