We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba400b4 commit 5052080Copy full SHA for 5052080
.github/workflows/build.yml
@@ -79,15 +79,15 @@ jobs:
79
uses: actions/upload-artifact@v4
80
with:
81
name: plugin-jar
82
- path: catalog/build/libs/plugins-*.jar
+ path: plugins/build/libs/plugins-*.jar
83
if-no-files-found: error
84
85
- name: 📄 Upload Version Catalog
86
if: steps.gradle-build.outcome == 'success'
87
88
89
name: version-catalog
90
- path: plugins/build/version-catalog/libs.versions.toml
+ path: catalog/build/version-catalog/libs.versions.toml
91
92
93
release:
0 commit comments