diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1c5a30..6f192b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ version: 2 updates: - package-ecosystem: "gradle" # See documentation for possible values directories: # Location of package manifests + - "/" - "api" - - "plugin" schedule: interval: "daily" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2332761..80f8847 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,5 +30,5 @@ jobs: - name: Upload a Build Artifact uses: actions/upload-artifact@v4 with: - path: plugin/build/libs/* + path: build/libs/* if-no-files-found: error \ No newline at end of file