We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cfd71d + 3e0f402 commit 13a5729Copy full SHA for 13a5729
1 file changed
.github/workflows/check-build.yml
@@ -78,7 +78,7 @@ jobs:
78
uses: actions/upload-artifact@v5
79
with:
80
name: plugin-files-java-${{ matrix.java }}
81
- path: build/libs/intellij-plugin-pmd-*.jar
+ path: build/distributions/*.zip
82
if-no-files-found: error
83
84
checkstyle:
0 commit comments