diff --git a/build.gradle.kts b/build.gradle.kts index b6a0ed2..14fb6b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ subprojects { cloudstream { // when running through github workflow, GITHUB_REPOSITORY should contain current repository name - setRepo(System.getenv("GITHUB_REPOSITORY") ?: "Jacekun/cs3xxx-repo") + setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/Jacekun/cs3xxx-repo") description = "For the coomers and degenerates" authors = listOf("Jace")