Skip to content

Commit

Permalink
Build with Maven wrapper on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
olebed authored Oct 31, 2020
1 parent d62ca79 commit 142ff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn -B package
run: ./mvnw -B package
- name: Prepare distribution
run: mkdir -p dist/ESPlorer && mv target/ESPlorer.jar script/ESPlorer.{bat,sh} dist/ESPlorer
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 142ff90

Please sign in to comment.