|
72 | 72 | - name: Run l3build fnttarg
|
73 | 73 | working-directory: cfr-lm
|
74 | 74 | run: l3build fnttarg
|
| 75 | + - name: Archive failed build output |
| 76 | + # run even if previous step failed |
| 77 | + if: ${{ always() }} |
| 78 | + # dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml |
| 79 | + uses: actions/upload-artifact@v4 |
| 80 | + with: |
| 81 | + name: buildfiles-clm |
| 82 | + path: build/fntdir/*.log |
| 83 | + # Decide how long to keep the test output artefact: |
| 84 | + retention-days: 7 |
75 | 85 | - name: Run l3build ctan
|
76 | 86 | working-directory: cfr-lm
|
77 | 87 | run: l3build ctan
|
@@ -165,6 +175,16 @@ jobs:
|
165 | 175 | if: ${{ matrix.pre_target }}
|
166 | 176 | working-directory: ${{ matrix.working_directory }}
|
167 | 177 | run: "l3build fnttarg"
|
| 178 | + - name: Archive failed build output |
| 179 | + # run even if previous step failed |
| 180 | + if: ${{ always() }} |
| 181 | + # dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml |
| 182 | + uses: actions/upload-artifact@v4 |
| 183 | + with: |
| 184 | + name: buildfiles-${{ matrix.module }} |
| 185 | + path: build/fntdir/*.log |
| 186 | + # Decide how long to keep the test output artefact: |
| 187 | + retention-days: 7 |
168 | 188 | - name: Run l3build
|
169 | 189 | working-directory: ${{ matrix.working_directory }}
|
170 | 190 | run: "l3build ctan"
|
@@ -249,6 +269,15 @@ jobs:
|
249 | 269 | if: ${{ matrix.pre_target }}
|
250 | 270 | working-directory: ${{ matrix.working_directory }}
|
251 | 271 | run: "l3build fnttarg"
|
| 272 | + - name: Archive failed build output |
| 273 | + if: ${{ matrix.pre_target }} |
| 274 | + # dwyn o https://github.com/latex3/latex2e/blob/develop/.github/workflows/main.yaml |
| 275 | + uses: actions/upload-artifact@v4 |
| 276 | + with: |
| 277 | + name: buildfiles-${{ matrix.module }} |
| 278 | + path: build/fntdir/*.log |
| 279 | + # Decide how long to keep the test output artefact: |
| 280 | + retention-days: 7 |
252 | 281 | - name: Run l3build
|
253 | 282 | working-directory: ${{ matrix.working_directory }}
|
254 | 283 | run: "l3build ctan"
|
|
0 commit comments