We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcc655 commit 1e12563Copy full SHA for 1e12563
.github/workflows/build.yaml
@@ -45,6 +45,14 @@ jobs:
45
env:
46
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
47
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
56
muzzle:
57
runs-on: ubuntu-latest
58
steps:
0 commit comments