Skip to content

Commit 86b588e

Browse files
committed
Casing is important on Linux systems
(GH Actions publishing)
2 parents 32814e1 + 638e706 commit 86b588e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ publishing {
217217
// GitHub Packages
218218
maven {
219219
name = "GitHubPackages"
220-
url = "https://maven.pkg.github.com/compactmods/compactmachines"
220+
url = "https://maven.pkg.github.com/CompactMods/CompactMachines"
221221
credentials {
222222
username = System.getenv("GITHUB_ACTOR")
223223
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)