Skip to content

Commit 142ff90

Browse files
authored
Build with Maven wrapper on GitHub
1 parent d62ca79 commit 142ff90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
1919
restore-keys: ${{ runner.os }}-m2
2020
- name: Build with Maven
21-
run: mvn -B package
21+
run: ./mvnw -B package
2222
- name: Prepare distribution
2323
run: mkdir -p dist/ESPlorer && mv target/ESPlorer.jar script/ESPlorer.{bat,sh} dist/ESPlorer
2424
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)