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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -7,7 +7,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
Build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
jdkversion: [11]
|
jdkversion: [11]
|
||||||
@ -25,5 +25,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: 生成的文件
|
name: 生成的文件
|
||||||
path: ${{ github.workspace }}/target/
|
path: ${{ github.workspace }}/target/*.jar
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user