Skip to content

Commit

Permalink
Include sources jar in github artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Crydust committed May 21, 2024
1 parent 25929a1 commit 11486b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: distribution
path: target/tokenreplacer-*-distribution.zip
path: |
target/tokenreplacer-*-distribution.zip
target/tokenreplacer-*-sources.jar
compression-level: 0

0 comments on commit 11486b7

Please sign in to comment.