uploadToGitHub static method
Implementation
static Future<void> uploadToGitHub(String artifactPath) async {
FlutterReleaseXHelpers.showLoading('☁️ Uploading APK to GitHub...');
await FlutterReleaseXGitHubUploaderService.uploadToGitHub(artifactPath);
FlutterReleaseXHelpers.stopLoading();
}