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