Name build artifact with the javaagent jar (#10899)

This commit is contained in:
Lauri Tulmin 2024-03-21 17:45:42 +02:00 committed by GitHub
parent 5dcb0e054b
commit 20836f4bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -178,7 +178,9 @@ jobs:
- name: Upload agent jar
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: opentelemetry-javaagent
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
if-no-files-found: ignore
test:
name: test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }})