Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
star-39 committed Feb 7, 2024
1 parent 08d3210 commit a4ff4d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_ipa_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ jobs:
channel: "stable"

- name: Build APK
secrets: inherit
env:
MSB_ANDROID_KEY_PROPERTIES: ${{ secrets.MSB_ANDROID_KEY_PROPERTIES }}
MSB_ANDROID_KEYSTORE_JKS: ${{ secrets.MSB_ANDROID_KEYSTORE_JKS }}
run: |
echo $MSB_ANDROID_KEY_PROPERTIES | base64 --decode > android/key.properties
echo "android/key.properties"
echo $MSB_ANDROID_KEYSTORE_JKS | base64 --decode > android/app/msb_app.jks
echo "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 a4ff4d4

Please sign in to comment.