Update maven.yml

This commit is contained in:
HaHaWTH
2023-04-06 00:59:20 +08:00
committed by GitHub
parent 3b58a0acc9
commit 220b31bb99
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.jdkversion }}
cache: 'maven'
path: ${{ github.workspace }}/target
path: ${{ github.workspace }}
- name: Build
run: /usr/actions-runner/apache-maven-3.9.1/bin/mvn -V -B clean package --file pom.xml