Skip to content

Commit

Permalink
:cri13:
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan committed Jul 15, 2024
1 parent 664c83e commit 4130871
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,13 @@ jobs:

- name: Decode Keystore
run: |
chmod 600 /tmp/keystore.jks
echo "${{ secrets.SIGNING_KEY_STORE_BASE64 }}" | base64 --decode > /tmp/keystore.jks
ls -l /tmp/keystore.jks
- name: Debug Keystore Content
run: |
cat /tmp/keystore.jks
file /tmp/keystore.jks
echo "${{ secrets.SIGNING_KEY_STORE_BASE64 }}" | base64 --decode > $HOME/keystore.jks
chmod 600 $HOME/keystore.jks
ls -l $HOME/keystore.jks
- name: Build Release apk
env:
SIGNING_KEY_STORE_PATH: /tmp/keystore.jks
SIGNING_KEY_STORE_PATH: $HOME/keystore.jks
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
Expand Down

0 comments on commit 4130871

Please sign in to comment.