Skip to content

Commit

Permalink
Update build artifact path and Dependabot directories
Browse files Browse the repository at this point in the history
Updated the artifact path in the workflow file to `build/libs/*` for consistency. Modified Dependabot configuration to include the root directory and removed the `plugin` directory for updates.
  • Loading branch information
NonSwag committed Dec 26, 2024
1 parent 725be15 commit 15f246c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15f246c

Please sign in to comment.