Skip to content

Commit 5052080

Browse files
committed
chore: fix build
1 parent ba400b4 commit 5052080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ jobs:
7979
uses: actions/upload-artifact@v4
8080
with:
8181
name: plugin-jar
82-
path: catalog/build/libs/plugins-*.jar
82+
path: plugins/build/libs/plugins-*.jar
8383
if-no-files-found: error
8484

8585
- name: 📄 Upload Version Catalog
8686
if: steps.gradle-build.outcome == 'success'
8787
uses: actions/upload-artifact@v4
8888
with:
8989
name: version-catalog
90-
path: plugins/build/version-catalog/libs.versions.toml
90+
path: catalog/build/version-catalog/libs.versions.toml
9191
if-no-files-found: error
9292

9393
release:

0 commit comments

Comments
 (0)