Skip to content
Discussion options

You must be logged in to vote

Hi @amratef503092

Seems your publishing wasn't successful and didn't complete, judging from the text in this error

_Error: Failed to create release upload for /Users/builder/clone/build/app/outputs/bundle/release/app-release.aab. Backend response: internal error_

Hence, your post-publish script might likely return that error. However, here is how you can write your script to achieve your goal

` scripts:

- name: Publish to App Center
  
  script: | 
    #!/usr/bin/env zsh

    echo 'Installing App Center CLI tools'

    npm install -g appcenter-cli

    echo "Publishing $ipaPath to App Center"

    appcenter distribute release \

        --group Collaborators \

        --file $ARTIFACT_PA…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by solomonium
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants