Skip to content

Commit

Permalink
add build back
Browse files Browse the repository at this point in the history
  • Loading branch information
techmaved committed Dec 15, 2023
1 parent 5ca4817 commit 1bf046c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
echo $ENCODED_STRING > keystore-b64.txt
base64 -d keystore-b64.txt > app/keystore.jks
- name: Build Release apk
env:
SIGNING_KEY_STORE_PATH: ${{ secrets.SIGNING_KEY_STORE_PATH }}
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
run: ./gradlew assembleRelease

- name: Upload Release Build to Artifacts
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1bf046c

Please sign in to comment.