Skip to content

Commit

Permalink
ci(action): archive benchmarks.jar (#3386)
Browse files Browse the repository at this point in the history
To be consumed by the otel-benchmarks
  • Loading branch information
v1v authored Oct 26, 2023
1 parent d0c97da commit 096107d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,13 @@ jobs:
path: |
./apm-agent-plugin-sdk/target/apm-agent-plugin-sdk-*.jar
!./**/*-sources.jar
- name: Upload benchmark binaries as artifacts
uses: actions/upload-artifact@v3
with:
name: apm-agent-benchmarks
path: |
./apm-agent-benchmarks/target/benchmarks*.jar
!./**/*-sources.jar
license:
name: License
Expand Down

0 comments on commit 096107d

Please sign in to comment.