Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Jul 9, 2024
1 parent 283dd64 commit 28e8477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
--ks-pass pass:${{ secrets.KEY_STORE_PASSWORD }} \
--key-pass pass:${{ secrets.KEY_PASSWORD }} \
--out $SIGNED_AAB_FILE \
--alignment-preserved true $AAB_FILE
--alignment-preserved true \
$AAB_FILE
env:
ANDROID_HOME: ${{ env.ANDROID_HOME }}

Expand Down

0 comments on commit 28e8477

Please sign in to comment.