Update maven.yml
This commit is contained in:
parent
bda8613f93
commit
a626265b09
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user