From a8dfe9ea67df1cb63982561d33d000431efd0cc1 Mon Sep 17 00:00:00 2001 From: carm Date: Wed, 20 Oct 2021 23:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= 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 bdc7f2a..052921f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,7 +30,7 @@ jobs: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: "Target Stage" - run: mkdir staging && cp target/*.jar staging + run: mkdir staging && cp */target/*.jar staging - name: "Upload artifact" uses: actions/upload-artifact@v2 with: