We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6b3c6 commit e80852aCopy full SHA for e80852a
.github/workflows/ci.yml
@@ -204,7 +204,7 @@ jobs:
204
run: |
205
xcodebuild archive \
206
-scheme "SwiftUIIntrospectTestFramework" \
207
- -destination "generic/platform=${{ matrix.platform }}" \
+ -destination "${{ matrix.destination }}" \
208
-archivePath .build/archiving/${{ matrix.platform }} \
209
SKIP_INSTALL=NO \
210
BUILD_LIBRARY_FOR_DISTRIBUTION=YES
0 commit comments