Skip to content

Commit e80852a

Browse files
committed
WIP
1 parent fe6b3c6 commit e80852a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
run: |
205205
xcodebuild archive \
206206
-scheme "SwiftUIIntrospectTestFramework" \
207-
-destination "generic/platform=${{ matrix.platform }}" \
207+
-destination "${{ matrix.destination }}" \
208208
-archivePath .build/archiving/${{ matrix.platform }} \
209209
SKIP_INSTALL=NO \
210210
BUILD_LIBRARY_FOR_DISTRIBUTION=YES

0 commit comments

Comments
 (0)