Skip to content

Commit

Permalink
upload all jars
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Sep 20, 2024
1 parent c9a34b1 commit ec76539
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 @@ -62,4 +62,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "zserio-cpp17-java${{matrix.java-version}}"
path: distr/zserio_cpp17.jar
path: distr/zserio_cpp17*.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 @@ -73,4 +73,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: "zserio-cpp17-java${{matrix.java-version}}"
path: distr/zserio_cpp17.jar
path: distr/zserio_cpp17*.jar

0 comments on commit ec76539

Please sign in to comment.