We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730fded commit 3e0f402Copy full SHA for 3e0f402
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/template-placeholder-*.jar
+ path: build/distributions/*.zip
82
if-no-files-found: error
83
84
checkstyle:
0 commit comments