Skip to content

Commit

Permalink
use release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed May 16, 2024
1 parent d9c10db commit 884f7ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci-helper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ tasks.register("uploadAndroidApkQR") {

val zipDesktopDistribution = tasks.register("zipDesktopDistribution", Zip::class) {
dependsOn(
":app:desktop:createDistributable",
":app:desktop:createReleaseDistributable",
)
from(project(":app:desktop").layout.buildDirectory.dir("compose/binaries/main/app"))
// ani-3.0.0-beta22-dev7.zip
Expand All @@ -156,7 +156,7 @@ tasks.register("uploadDesktopInstallers") {

if (hostOS != OS.WINDOWS) {
dependsOn(
":app:desktop:packageDistributionForCurrentOS"
":app:desktop:packageReleaseDistributionForCurrentOS"
)
}

Expand Down Expand Up @@ -184,8 +184,8 @@ tasks.register("uploadDesktopInstallers") {

tasks.register("prepareArtifactsForManualUpload") {
dependsOn(
":app:desktop:createDistributable",
":app:desktop:packageDistributionForCurrentOS",
":app:desktop:createReleaseDistributable",
":app:desktop:packageReleaseDistributionForCurrentOS",
)
dependsOn(zipDesktopDistribution)

Expand Down

0 comments on commit 884f7ad

Please sign in to comment.