From 69633c10de04eef76ebe06ec58891154b2fcc097 Mon Sep 17 00:00:00 2001 From: Anshuman Mishra Date: Thu, 9 Apr 2020 00:18:06 +0530 Subject: [PATCH] Fix Smol typo The build fails as the action tries looking for the apk in /app --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc54b0b..5a6c0692 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This also set's an environment variable that points to the signed release file ```yaml uses: r0adkll/sign-android-release@v1 with: - releaseDirectory: /app/build/outputs/apk/release + releaseDirectory: app/build/outputs/apk/release signingKeyBase64: ${{ secrets.SIGNING_KEY }} alias: ${{ secrets.ALIAS }} keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}