File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ jobs:
107107 # Extract to Carthage/Build to maintain compatibility with project paths
108108 mkdir -p Carthage/Build
109109 unzip -q Airship.dotnet.xcframeworks.zip
110- mv dotnet- xcframeworks/*.xcframework Carthage/Build/
111- rm -rf dotnet- xcframeworks Airship.dotnet.xcframeworks.zip
110+ mv xcframeworks/*.xcframework Carthage/Build/
111+ rm -rf xcframeworks Airship.dotnet.xcframeworks.zip
112112
113113 # Verify frameworks exist
114114 echo "Downloaded xcframeworks:"
Original file line number Diff line number Diff line change 8989 # Extract to Carthage/Build to maintain compatibility with project paths
9090 mkdir -p Carthage/Build
9191 unzip -q Airship.dotnet.xcframeworks.zip
92- mv dotnet- xcframeworks/*.xcframework Carthage/Build/
93- rm -rf dotnet- xcframeworks Airship.dotnet.xcframeworks.zip
92+ mv xcframeworks/*.xcframework Carthage/Build/
93+ rm -rf xcframeworks Airship.dotnet.xcframeworks.zip
9494
9595 # Verify frameworks exist
9696 echo "Downloaded xcframeworks:"
You can’t perform that action at this time.
0 commit comments