Skip to content

Commit f60c66d

Browse files
authored
chore: Specify Cocoa SDK upload in CI (#2284)
1 parent 6a35504 commit f60c66d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
with:
116116
name: ${{ env.TARGET }}-sdk
117117
path: |
118-
package-dev/Plugins/iOS
119-
package-dev/Plugins/macOS
118+
package-dev/Plugins/iOS/Sentry.xcframework~
119+
package-dev/Plugins/macOS/Sentry
120120
# Lower retention period - we only need this to retry CI.
121121
retention-days: 14
122122

Directory.Build.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ void PrintFailedTests(XElement element)
577577
<SDK Include="Windows"/>
578578
<SDK Include="Android"/>
579579
<SDK Include="Linux"/>
580-
<SDK Include="Cocoa"/>
581580
</ItemGroup>
582581
<Message Importance="High" Text="Replacing $(SentryArtifactsDestination)%(SDK.Identity)" />
583582
<RemoveDir Directories="$(SentryArtifactsDestination)%(SDK.Identity)" />

scripts/setup-cocoa-sdk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ if (-not (Test-Path $iOSDestination) -or -not (Test-Path $iOSInfoPlist)) {
113113
if (-not $iOSOnly) {
114114
Write-Host "Setting up macOS support..." -ForegroundColor Yellow
115115

116-
$macOSFrameworkPath = Join-Path $xcframeworkPath "macos-arm64_arm64e_x86_64/Sentry.framework/Sentry"
116+
$macOSFrameworkPath = Join-Path $xcframeworkPath "macos-arm64_arm64e_x86_64/Sentry.framework/Versions/A/Sentry"
117117
$macOSdSYMPath = Join-Path $xcframeworkPath "macos-arm64_arm64e_x86_64/dSYMs/Sentry.framework.dSYM/Contents/Resources/DWARF/Sentry"
118118

119119
$macOSDestDir = Split-Path $macOSDestination -Parent

0 commit comments

Comments
 (0)