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 f54ca24 commit ae30279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_ipa_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: |
echo $MSB_ANDROID_KEY_PROPERTIES | base64 --decode > android/key.properties
echo $MSB_ANDROID_KEYSTORE_JKS | base64 --decode > android/app/msb_app.jks
ls -al android/app/
ls -l android/
cat android/key.properties
ls -l android/app/
flutter build apk \
  --dart-define=MSB_BOT_NAME=moe_sticker_bot \
--target-platform android-arm,android-arm64
Expand Down

0 comments on commit ae30279

Please sign in to comment.