Skip to content

Commit 1e12563

Browse files
committed
upload jar as artifact
1 parent 5bcc655 commit 1e12563

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ jobs:
4545
env:
4646
JVM_OPTS: -Xmx1g --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED
4747
TERM: dumb
48+
49+
- name: Upload jar as pipeline artifact
50+
uses: actions/upload-artifact@v4
51+
with:
52+
name: javaagent
53+
path: javaagent/build/libs/*-all.jar
54+
if-no-files-found: error
55+
retention-days: 5
4856
muzzle:
4957
runs-on: ubuntu-latest
5058
steps:

0 commit comments

Comments
 (0)