Skip to content

Commit

Permalink
Set up auto deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 2, 2024
1 parent 59a9c16 commit 6fa40d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ workflows:
- name: Build AAB with Flutter
script: |
cd khelo
BUILD_NUMBER=$(($(google-play get-latest-build-number --package-name "$PACKAGE_NAME" --tracks="$GOOGLE_PLAY_TRACK") + 1))
BUILD_NUMBER=$(($(google-play get-latest-build-number --package-name "$PACKAGE_NAME" ) + 1))
echo $BUILD_NUMBER
flutter build appbundle --release \
Expand Down

0 comments on commit 6fa40d7

Please sign in to comment.