Skip to content

Commit a75c7e5

Browse files
authored
Merge pull request #2 from bri-b-dev/b/github-action
fix: Fixed action
2 parents 9aebdec + 19eacf8 commit a75c7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
File ksFile = null
2626
if (ksBase64) {
2727
def cleanB64 = ksBase64.replaceAll("\\s", "")
28-
def outDir = new File("${project.buildDir}/keystore"); outDir.mkdirs()
28+
def outDir = new File(projectDir, "keystore"); outDir.mkdirs()
2929
def outFile = new File(outDir, "upload-keystore.jks")
3030
try {
3131
outFile.bytes = cleanB64.decodeBase64()

0 commit comments

Comments
 (0)