Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoResonance authored Oct 5, 2023
1 parent bd7da5b commit 590ab20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build javadoc javadocJar sourceJar

- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: dist-without-markdown
path: build/libs/*.jar

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
Expand Down

0 comments on commit 590ab20

Please sign in to comment.