Skip to content

Commit

Permalink
Rename project to correct name (#84)
Browse files Browse the repository at this point in the history
* Renamed the root project name for the purposes of Docker

* Forgot that these are bound by regex
  • Loading branch information
dvillavicencio authored May 6, 2024
1 parent bd2ceca commit 92d89cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Find and set JAR file
id: SET_JAR_FILE
run: |
JAR_FILE=$(find ./build/libs -type f -name "destiny2bot-*.jar")
JAR_FILE=$(find ./build/libs -type f -name "rivenbot-*.jar")
if [ -z "$JAR_FILE" ]; then
echo "::debug::No JAR file found in build/libs with the specified pattern"
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pluginManagement {
gradlePluginPortal()
}
}
rootProject.name = 'rivenOfAThousandServers'

rootProject.name = 'rivenbot'

0 comments on commit 92d89cb

Please sign in to comment.