Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): fix publish new release github action #464

Conversation

1abhishekpandey
Copy link
Contributor

Description

  • We faced an issue where some portion of the same github action codes required the macOS platform and others required Ubuntu to complete their actions. So to fix that: I've separated the required code into separate jobs, assigning the respective platform required to complete the task.
  • Here is a demo run of this action:
image

Note: We cannot create a separate GitHub Action altogether, as upload of XCFramework requires that the Releases tag be first generated, which happens in the first portion (or job) of the code.

Split the task into two separate jobs, so that both can run on the different required platform
Copy link

sonarcloud bot commented Feb 7, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@1abhishekpandey 1abhishekpandey merged commit 1d62dce into develop Feb 7, 2024
14 checks passed
@1abhishekpandey 1abhishekpandey deleted the feature/sdk-1240-fix-publish-new-github-release-github-action-for-ios-v1 branch February 7, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants