File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 8080 if : steps.gradle-build.outcome == 'success'
8181 uses : actions/upload-artifact@v4
8282 with :
83- name : plugin.jar
84- path : plugins/build/libs/plugins-*.jar
83+ name : plugin-artifacts
84+ path : |
85+ plugins/**/build/libs/*.jar
86+ !plugins/**/build/libs/*-sources.jar
87+ !plugins/**/build/libs/*-javadoc.jar
8588 if-no-files-found : error
8689
8790 - name : 📄 Upload Version Catalog
@@ -146,7 +149,9 @@ jobs:
146149 with :
147150 body : ${{ steps.github_release.outputs.changelog }}
148151 files : |
149- ${{ github.workspace }}/plugins/build/libs/plugins-*.jar
152+ ${{ github.workspace }}/plugins/**/build/libs/*.jar
153+ !${{ github.workspace }}/plugins/**/build/libs/*-sources.jar
154+ !${{ github.workspace }}/plugins/**/build/libs/*-javadoc.jar
150155 ${{ github.workspace }}/catalog/build/version-catalog/libs.versions.toml
151156 generate_release_notes : true
152157 fail_on_unmatched_files : true
You can’t perform that action at this time.
0 commit comments