Skip to content

Commit

Permalink
Add documentation and sources jar to Zserio bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Oct 17, 2024
1 parent 40d700d commit d7f1b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "zserio-java${{matrix.java-version}}"
path: distr/zserio.jar
path: distr/zserio*.jar
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "zserio-java${{matrix.java-version}}"
path: distr/zserio.jar
path: distr/zserio*.jar

0 comments on commit d7f1b09

Please sign in to comment.