Skip to content

Commit

Permalink
Try to fix GI
Browse files Browse the repository at this point in the history
  • Loading branch information
star-39 committed Feb 7, 2024
1 parent 1472003 commit 1eea2bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_ipa_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
channel: "stable"

- name: Build APK
env:
MSB_ANDROID_KEY_PROPERTIES: ${{ secrets.MSB_ANDROID_KEY_PROPERTIES }}
MSB_ANDROID_KEYSTORE_JKS: ${{ secrets.MSB_ANDROID_KEYSTORE_JKS }}
run: |
echo ${{ secrets.MSB_ANDROID_KEY_PROPERTIES }} | base64 --decode > android/key.properties
echo ${{ secrets.MSB_ANDROID_KEYSTORE_JKS }} | base64 --decode > android/app/msb_app.jks
echo $MSB_ANDROID_KEY_PROPERTIES | base64 --decode > android/key.properties
echo $MSB_ANDROID_KEYSTORE_JKS | base64 --decode > android/app/msb_app.jks
flutter build apk \
  --dart-define=MSB_BOT_NAME=moe_sticker_bot \
--target-platform android-arm,android-arm64
Expand Down

0 comments on commit 1eea2bf

Please sign in to comment.