Replies: 4 comments 1 reply
-
Hi @lebasp, can you please share the build id? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure :) 63dd4f788acd98086dd3f8ee |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @himesh-cm any update? :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
im trying to upload the aab generated by Unity pipeline generated on a windows x2 machine, and it doens't upload because of failure on reading the manifest, here what I've put:
----- on definitions:
google_play_publish: &google_play_publish
google_play:
credentials: $GCLOUD_SERVICE_ACCOUNT_CREDENTIALS
track: internal
submit_as_draft: true
----- on workflow:
artifacts:
- android/.aab
- android/.apk
- android/*.txt
publishing:
scripts:
- *windows_deactivate_unity
<<: *slack_publish
<<: *google_play_publish
Here's the log
Beta Was this translation helpful? Give feedback.
All reactions