Skip to content

Commit

Permalink
updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteen committed May 29, 2024
1 parent 3bb6c71 commit 5f07a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- working-directory: ./open_earable
run: flutter pub get
- working-directory: ./open_earable
run: flutter build apk --debug
run: flutter build apk
- uses: actions/upload-artifact@v1
with:
name: release-apk
Expand Down
2 changes: 1 addition & 1 deletion open_earable/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Fail this script if any subcommand fails.
set -e

FLUTTER_URL="https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.16.0-stable.zip"
FLUTTER_URL="https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_arm64_3.16.0-stable.zip"
FLUTTER_DIR="$HOME/flutter"

# by default, the execution directory of this script is the ci_scripts directory
Expand Down

0 comments on commit 5f07a48

Please sign in to comment.