Skip to content

Commit

Permalink
CI: split broker logs for different Java versions (bloomberg#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Petukhov <[email protected]>
  • Loading branch information
bbpetukhov authored Oct 29, 2024
1 parent f4a2dc4 commit e468717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
if: failure()
uses: actions/upload-artifact@v3
with:
name: broker_logs
name: broker_logs_${{ matrix.java }}
path: /tmp/bmq-broker/broker_logs.tar.gz
retention-days: 5

0 comments on commit e468717

Please sign in to comment.