Currently I have to wait for launcher compile to finish and get added to releases on launcher repo before I can push the tag on this repo here as otherwise the CI will fail to find the files and exit early.
This PR adds a small bash script that just blocks the CI from progressing until the release files on launcher are done.
This way I can push the tag to release repo as soon as I want instead of having to wait ~10 minutes for launcher compile to complete.
Currently I have to wait for launcher compile to finish and get added to releases on launcher repo before I can push the tag on this repo here as otherwise the CI will fail to find the files and exit early.
This PR adds a small bash script that just blocks the CI from progressing until the release files on launcher are done.
This way I can push the tag to release repo as soon as I want instead of having to wait ~10 minutes for launcher compile to complete.