Skip to content
Discussion options

You must be logged in to vote

Hello @AnaNedicGithub.
Please try adding this to your script:

scripts:
 - name: Build AAB with Flutter
        script: |
          BUILD_NUMBER=$(($(google-play get-latest-build-number --package-name "$PACKAGE_NAME" --tracks="$GOOGLE_PLAY_TRACK") + 1))      
          flutter build appbundle --release \
            --build-name=1.0.$BUILD_NUMBER \
            --build-number=$BUILD_NUMBER
          mkdir -p /tmp/logs
          cp /Users/builder/Library/Application\ Support/shorebird/logs/*.log /tmp/logs/

artifacts:
  - /tmp/logs/*.log

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
2 replies
@AnaNedicGithub
Comment options

@dam-ease
Comment options

Comment options

You must be logged in to vote
1 reply
@dam-ease
Comment options

Comment options

You must be logged in to vote
1 reply
@dam-ease
Comment options

Comment options

You must be logged in to vote
6 replies
@AnaNedicGithub
Comment options

@dam-ease
Comment options

@AnaNedicGithub
Comment options

@dam-ease
Comment options

Answer selected by AnaNedicGithub
@dtrdic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants