Hi,
I’ve created a fastlane workflow to download dsyms from processed builds in Appstore Connect and upload them to Sentry and Crashlytics.
It’s working great thanks to https://docs.fastlane.tools/actions/download_dsyms/ but I’d like to automate that step and run it one hour after running my deploy-ios workflow (which is run every night at 10pm and also when I do a git tag every 2 weeks for release).
I’m already using the “Start Build” step but I couldn’t find a way to schedule it 1 hour after the previous build. Is there a way to do so?
If there’s no available step for that but it’s doable, I’d be happy to help build it.
Thanks.
Simon