Update maven.yml

This commit is contained in:
HaHaWTH 2023-04-06 01:58:08 +08:00 committed by GitHub
parent 8c286ceceb
commit d9b3c59f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/