Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell authored Oct 6, 2024
1 parent b5e6492 commit 85f8288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build Release
run: mvn -B package --file pom.xml
- name: Build javadoc
run: mvn -B javadoc:jar --file pom.xml
#- name: Build javadoc
# run: mvn -B javadoc:jar --file pom.xml
- name: Stage the artifact
run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 85f8288

Please sign in to comment.