Skip to content

Commit

Permalink
hive-oauth2-syncfusion-signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYPROGRAMMER committed Oct 4, 2024
1 parent 52bbd60 commit 88fd46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:

- name: Setup Keystore
run: |
echo "${{ secrets.KEYSTORE }}" | base64 --decode >mykey.jks
echo "${{ secrets.KEYSTORE }}" | base64 --decode >android/app/mykey.jks
- name: Setup key.properties
run: |
echo "storePassword=${{ secrets.STORE_PASSWORD }}" > android/key.properties
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/key.properties
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/key.properties
echo "storeFile=android/app/mykey.jks" >> android/key.properties
echo "storeFile=mykey.jks" >> android/key.properties
- run: flutter pub get
- run: flutter build apk --release --split-per-abi
Expand Down

0 comments on commit 88fd46f

Please sign in to comment.