From ce1122712dd9f6f5162958a0987104746906a07a Mon Sep 17 00:00:00 2001 From: CarmJos Date: Sun, 22 May 2022 23:05:47 +0800 Subject: [PATCH] =?UTF-8?q?build(all):=20=E9=A1=B9=E7=9B=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化整体项目结构,优化Javadoc生成方式与部署方式。 --- .github/workflows/maven.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a15e503..d67acd5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,11 +28,4 @@ jobs: run: mvn -B package --file pom.xml -Dmaven.javadoc.skip=true env: MAVEN_USERNAME: ${{ github.repository_owner }} - MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} - - name: "Target Stage" - run: mkdir staging && cp */target/*.jar staging - - name: "Upload artifact" - uses: actions/upload-artifact@v2 - with: - name: Artifact - path: staging + MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file