Skip to content

Commit

Permalink
Fix artifact id and allowed artifact list
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 23, 2024
1 parent dc0e14f commit 0199423
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: true
uses: neoforged/actions/.github/workflows/publish-prs.yml@main
with:
artifact_base_path: net/neoforged/moddev-gradle/
artifact_base_path: net/neoforged/moddev-gradle/|net/neoforged/moddev/
secrets:
PR_PUBLISHING_GH_APP_ID: ${{ secrets.PR_PUBLISHING_GH_APP_ID }}
PR_PUBLISHING_GH_APP_KEY: ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ tasks.withType(GenerateModuleMetadata) {
}

gradlePlugin {
// Define the plugin
plugins {
moddev {
id = 'net.neoforged.moddev'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = 'ModDevGradle'
rootProject.name = 'moddev-gradle'

0 comments on commit 0199423

Please sign in to comment.