Skip to content

Commit

Permalink
potential hermesc publishing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Flewp committed Jul 22, 2024
1 parent 242410d commit bcf85b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/ReactAndroid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ val createHermescReleaseZipArchiveForDiscord by
tasks.registering(Zip::class) {
dependsOn(":packages:react-native:ReactAndroid:hermes-engine:buildHermesC")
archiveFileName = "hermescForDiscord.zip"
from(layout.projectDirectory.dir("hermes-engine/build/hermes/bin/hermesc"))
from(layout.projectDirectory.dir("hermes-engine/build/hermes/bin"))

// Place this .zip right into our ReactAndroid directory
destinationDirectory = layout.projectDirectory
Expand Down

0 comments on commit bcf85b1

Please sign in to comment.