Skip to content

Commit

Permalink
Fix ios signing publication task 2
Browse files Browse the repository at this point in the history
  • Loading branch information
svok committed Apr 14, 2024
1 parent fdb1d12 commit 14b2d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ tasks {
mustRunAfter(withType<Sign>())
}

filter { it.name.startsWith("link") }.forEach {
filter { it.name.startsWith("link") || it.name.startsWith("compile") }.forEach {
it.name {
mustRunAfter(withType<Sign>())
}
Expand Down

0 comments on commit 14b2d1f

Please sign in to comment.