Skip to content

Commit

Permalink
Upload Agent Jars
Browse files Browse the repository at this point in the history
  • Loading branch information
knoppiks committed Jul 11, 2024
1 parent 34e21e6 commit 94c8f5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ jobs:

- name: Build Agent
run: mvn ${MAVEN_ARGS} install --projects ${{ matrix.agent }} -DskipTests

- name: Upload Jar
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.agent }}
path: ${{ matrix.agent }}/target/${{ matrix.agent }}.jar
if-no-files-found: error

0 comments on commit 94c8f5e

Please sign in to comment.