Skip to content

Commit 02938e9

Browse files
committed
Include only instrumented.jar as the artifact
1 parent 06e1ce5 commit 02938e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/upload-artifact@v4
2727
with:
2828
name: artifact-${{ steps.vars.outputs.sha_short }}
29-
path: build/libs
29+
path: build/libs/*instrumented.jar
3030
- name: Download artifact
3131
uses: actions/download-artifact@v4
3232
- name: IntelliJ Platform Plugin Verifier

0 commit comments

Comments
 (0)