Replies: 1 comment 1 reply
-
Hi, Internally we use some workaround, so hopefully you can adopt it for your case too:
Depends on the case it can be different shared storages:
I hope it will help |
Beta Was this translation helpful? Give feedback.
1 reply
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, my use-case is to compile a Dart application and (since Dart doesn't support cross-compilation) I need a separate workflow for each target platform to compile. So I'd like to wait for all these workflows to complete and then create a GitHub release with the artefacts from then. Is it possible? If waiting is not possible, any guidance how to achieve the expected result (like having 1 GitHub release with all the artefacts)?
And does Codemagic support matrix set up like GitHub actions do?
Beta Was this translation helpful? Give feedback.
All reactions