Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
felix1801 committed Sep 2, 2024
1 parent 8217bb6 commit e2cdccc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Update KeyStore password in gradle properties
run: sed -i 's/#{KEYSTORE_PASSWORD}#/${{ secrets.KEYSTORE_PASSWORD }}/g' android/key.properties
- name: Update KeyStore key password in gradle properties
run: sed -i 's/#{KEY_PASSWORD}#/${{ secrets.KEY_PASSWORD }}/g' android/key.properties
- name: Update KeyStore alias in gradle properties
run: sed -i 's/#{KEY_ALIAS}#/${{ secrets.KEY_ALIAS }}/g' android/key.properties


- name: Setup Java
uses: actions/setup-java@v2
Expand Down

0 comments on commit e2cdccc

Please sign in to comment.