We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb24d97 commit 72638ffCopy full SHA for 72638ff
.github/workflows/darwin.yaml
@@ -123,6 +123,12 @@ jobs:
123
run: |
124
xcodebuild -target "MatterTvCastingBridge" -sdk iphoneos
125
working-directory: examples/tv-casting-app/darwin/MatterTvCastingBridge
126
+ - name: Uploading Xcode derived data to debug the failure
127
+ uses: actions/upload-artifact@v4
128
+ if: ${{ failure() && !env.ACT }}
129
+ name: darwin-framework-derived-data
130
+ path: ~/Library/Developer/Xcode/DerivedData
131
+ retention-days: 5
132
- name: Uploading log files
133
uses: actions/upload-artifact@v4
134
if: ${{ failure() && !env.ACT }}
0 commit comments