Fix Smol typo

The build fails as the action tries looking for the apk in /app
This commit is contained in:
Anshuman Mishra
2020-04-09 00:18:06 +05:30
committed by GitHub
parent a21f96bd05
commit 69633c10de
+1 -1
View File
@@ -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 }}