File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ jobs:
115
115
with :
116
116
name : ${{ env.TARGET }}-sdk
117
117
path : |
118
- package-dev/Plugins/iOS
119
- package-dev/Plugins/macOS
118
+ package-dev/Plugins/iOS/Sentry.xcframework~
119
+ package-dev/Plugins/macOS/Sentry
120
120
# Lower retention period - we only need this to retry CI.
121
121
retention-days : 14
122
122
Original file line number Diff line number Diff line change @@ -577,7 +577,6 @@ void PrintFailedTests(XElement element)
577
577
<SDK Include =" Windows" />
578
578
<SDK Include =" Android" />
579
579
<SDK Include =" Linux" />
580
- <SDK Include =" Cocoa" />
581
580
</ItemGroup >
582
581
<Message Importance =" High" Text =" Replacing $(SentryArtifactsDestination)%(SDK.Identity)" />
583
582
<RemoveDir Directories =" $(SentryArtifactsDestination)%(SDK.Identity)" />
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ if (-not (Test-Path $iOSDestination) -or -not (Test-Path $iOSInfoPlist)) {
113
113
if (-not $iOSOnly ) {
114
114
Write-Host " Setting up macOS support..." - ForegroundColor Yellow
115
115
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"
117
117
$macOSdSYMPath = Join-Path $xcframeworkPath " macos-arm64_arm64e_x86_64/dSYMs/Sentry.framework.dSYM/Contents/Resources/DWARF/Sentry"
118
118
119
119
$macOSDestDir = Split-Path $macOSDestination - Parent
You can’t perform that action at this time.
0 commit comments