We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcb0e0 commit 20836f4Copy full SHA for 20836f4
.github/workflows/build-common.yml
@@ -178,7 +178,9 @@ jobs:
178
- name: Upload agent jar
179
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
180
with:
181
+ name: opentelemetry-javaagent
182
path: javaagent/build/libs/opentelemetry-javaagent-*-SNAPSHOT.jar
183
+ if-no-files-found: ignore
184
185
test:
186
name: test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }})
0 commit comments