Update maven.yml
This commit is contained in:
parent
8c286ceceb
commit
d9b3c59f30
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: AutoBuilder
|
name: AutoTester
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -21,9 +21,4 @@ jobs:
|
|||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: 使用Maven构建
|
- name: 使用Maven构建
|
||||||
run: mvn -V -B clean package --file pom.xml
|
run: mvn -V -B clean package --file pom.xml
|
||||||
- name: 上传文件
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: 生成的文件
|
|
||||||
path: ${{ github.workspace }}/target/
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user