Skip to content

Commit

Permalink
Upload agent binaries as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Mar 22, 2023
1 parent 6fdd485 commit 50e3bf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
with:
name: build
path: ${{ github.workspace }}
- name: Upload agent binaries as artifacts
uses: actions/upload-artifact@v3
with:
name: elastic-apm-agent
path: ./elastic-apm-agent/target/elastic-apm-agent-*.jar

license:
name: License
Expand Down

0 comments on commit 50e3bf8

Please sign in to comment.