Skip to content

Commit

Permalink
Fix: assembleRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
titi0267 committed Feb 17, 2024
1 parent 6400f74 commit 29bcfc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: |
echo $KEYSTORE > keystore-b64.txt
base64 -d keystore-b64.txt > $MYAPP_UPLOAD_STORE_FILE
- name:
run: ls
- name: Build Release apk
env:
MYAPP_UPLOAD_STORE_FILE: ${{ secrets.MYAPP_UPLOAD_STORE_FILE }}
Expand Down

0 comments on commit 29bcfc2

Please sign in to comment.