|
60 | 60 | uses: ./.github/actions/checkout-submodules-and-bootstrap
|
61 | 61 | with:
|
62 | 62 | platform: darwin
|
63 |
| - bootstrap-log-name: bootstrap-logs-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }} |
| 63 | + bootstrap-log-name: bootstrap-logs-darwin-${{ matrix.build_variant }} |
64 | 64 |
|
65 | 65 | - name: Run macOS Darwin Framework Tool Build Debug
|
66 | 66 | working-directory: src/darwin/Framework
|
@@ -126,21 +126,27 @@ jobs:
|
126 | 126 | uses: actions/upload-artifact@v3
|
127 | 127 | if: ${{ failure() && !env.ACT }}
|
128 | 128 | with:
|
129 |
| - name: crash-core-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }} |
| 129 | + name: crash-core-darwin-${{ matrix.build_variant }} |
130 | 130 | path: /cores/
|
131 | 131 | # Cores are big; don't hold on to them too long.
|
132 | 132 | retention-days: 5
|
133 | 133 | - name: Uploading diagnostic logs
|
134 | 134 | uses: actions/upload-artifact@v3
|
135 | 135 | if: ${{ failure() && !env.ACT }}
|
136 | 136 | with:
|
137 |
| - name: crash-log-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }} |
| 137 | + name: crash-log-darwin-${{ matrix.build_variant }} |
138 | 138 | path: ~/Library/Logs/DiagnosticReports/
|
| 139 | + - name: Uploading framework build log |
| 140 | + uses: actions/upload-artifact@v3 |
| 141 | + if: ${{ failure() && !env.ACT }} |
| 142 | + with: |
| 143 | + name: framework-build-log-darwin-${{ matrix.build_variant }} |
| 144 | + path: out/darwin-x64-darwin-framework-tool-${{ matrix.build_variant }}/darwin_framework_build.log |
139 | 145 | - name: Uploading objdir for debugging
|
140 | 146 | uses: actions/upload-artifact@v3
|
141 | 147 | if: ${{ failure() && !env.ACT }}
|
142 | 148 | with:
|
143 |
| - name: crash-objdir-darwin-${{ matrix.build_variant }}${{ matrix.chip_tool }} |
| 149 | + name: crash-objdir-darwin-${{ matrix.build_variant }} |
144 | 150 | path: objdir-clone/
|
145 | 151 | # objdirs are big; don't hold on to them too long.
|
146 | 152 | retention-days: 5
|
0 commit comments