Skip to content

Commit

Permalink
try to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Jan 8, 2025
1 parent 4b0621a commit 4f47071
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ listOf("publishAllPublicationsToBuildRepository", "publishToSonatype", "closeAnd
}
}
}

val secring = File("secring.gpg")
if (secring.exists()) {
secring.copyTo(File("jazzer-plugin/secring.gpg"))
}

0 comments on commit 4f47071

Please sign in to comment.