Skip to content

Commit

Permalink
split artifacts from different jdks
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Oct 28, 2024
1 parent c1c480c commit 0b7b6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jar-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Peergos.jar
name: Peergos-java-${{ matrix.Java }}.jar
path: "./server/Peergos.jar"

0 comments on commit 0b7b6c5

Please sign in to comment.