fix error

This commit is contained in:
zhouhao 2020-02-19 20:08:52 +08:00
parent 5c1a096066
commit 660c02b66d
1 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ jobs:
with:
java-version: 1.8
- name: Cache Maven Repository
uses: actions/cache@v1
with:
path: ~/.m2
key: jetlinks-community-maven-repository
uses: actions/cache@v1
with:
path: ~/.m2
key: jetlinks-community-maven-repository
- name: Build with Maven
run: mvn -B package