diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e8c4ca86..17aa0101 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,4 +1,4 @@ -name: Java CI +name: 自托管构建 on: push: @@ -7,7 +7,7 @@ on: - master jobs: - build_and_test: + Build: strategy: matrix: jdkversion: [11] @@ -25,5 +25,5 @@ jobs: uses: actions/upload-artifact@v1 with: name: 生成的文件 - path: ${{ github.workspace }}/target/ + path: ${{ github.workspace }}/target/*.jar