mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 14:48:37 +00:00
Fix Smol typo
The build fails as the action tries looking for the apk in /app
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user