Skip to content

Commit

Permalink
chore: decode commant
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 9, 2024
1 parent 575a623 commit ddf2eda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
- run: touch ${{ inputs.path }}/.env.${{ inputs.release-type }} && echo "ENV_PROJECT_ID=${{ secrets.project-id }}\nENV_RELAY_URL=${{ secrets.relay-url }}\nENV_SENTRY_DSN=${{ secrets.sentry-dns }}\nENV_SENTRY_TAG=${{ inputs.release-type }}" >> ${{ inputs.path }}/.env.${{ inputs.release-type }}
- 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 --decode -i keystore.b64 -o ${{ inputs.path }}/android/app/${{ secrets.keystore-name }}.keystore
- run: echo ${{ secrets.keystore }} | base64 --decode >> ${{ 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 ddf2eda

Please sign in to comment.