Skip to content

Commit

Permalink
fix uploadAndroidApk
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 23, 2024
1 parent b54866d commit 3b9b7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-helper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tasks.register("uploadAndroidApk") {
uploadReleaseAsset(
name = namer.androidApp(fullVersion),
contentType = "application/vnd.android.package-archive",
file = project(":ani-android").layout.buildDirectory.file("outputs/apk/release")
file = project(":app:ani-android").layout.buildDirectory.file("outputs/apk/release")
.get().asFile.walk()
.single { it.extension == "apk" && it.name.contains("release") },
)
Expand Down

0 comments on commit 3b9b7e0

Please sign in to comment.