From 8a90700154dc1e16b51f4deafd9fe320bf1008dc Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Fri, 29 Sep 2023 20:28:36 -0700 Subject: [PATCH] build: set absolute path for key path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 623f460..465896c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: run: | echo "${{ secrets.KEYSTORE_FILE_CONTENTS }}" | base64 -d > keystore.jks && \ cat < local.properties - storeFilePath=keystore.jks + storeFilePath=$PWD/keystore.jks storePassword=${{ secrets.RELEASE_STORE_PASSWORD }} keyAlias=${{ secrets.RELEASE_KEY_ALIAS }} keyPassword=${{ secrets.RELEASE_KEY_PASSWORD }}