Skip to content

Commit

Permalink
chore: base64 command
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 9, 2024
1 parent b25e06d commit 575a623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- run: touch ${{ inputs.path }}/android/sentry.properties && echo "${{ secrets.sentry-file }}" >> ${{ inputs.path }}/android/sentry.properties
- run: touch ${{ inputs.path }}/android/secrets.properties && echo "${{ secrets.secrets-file }}" >> ${{ inputs.path }}/android/secrets.properties
- run: touch keystore.b64 && echo "${{ secrets.keystore }}" >> keystore.b64
- run: base64 -d --input keystore.b64 --output ${{ inputs.path }}/android/app/${{ secrets.keystore-name }}.keystore
- run: base64 --decode -i keystore.b64 -o ${{ inputs.path }}/android/app/${{ secrets.keystore-name }}.keystore

- name: Build APK
run: cd ${{ inputs.path }} && yarn install && yarn run android:build:internal
Expand Down

0 comments on commit 575a623

Please sign in to comment.