We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62ca79 commit 142ff90Copy full SHA for 142ff90
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
19
restore-keys: ${{ runner.os }}-m2
20
- name: Build with Maven
21
- run: mvn -B package
+ run: ./mvnw -B package
22
- name: Prepare distribution
23
run: mkdir -p dist/ESPlorer && mv target/ESPlorer.jar script/ESPlorer.{bat,sh} dist/ESPlorer
24
- uses: actions/upload-artifact@v2
0 commit comments