File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,11 +270,12 @@ jobs:
270270
271271 - name : Build Release Package
272272 shell : bash
273+ timeout : 330
273274 run : |
274275 ninja -C ${{ steps.unpack.outputs.build-prefix }}/build stage2-package
275276
276277 - name : Timeout Save
277- if : false && always()
278+ if : always()
278279 uses : ./.github/workflows/timeout-save
279280 with :
280281 job-name : " Build (${{ matrix.runs-on}})"
@@ -290,7 +291,6 @@ jobs:
290291 echo "path=${{ steps.unpack.outputs.build-prefix }}/build/tools/clang/stage2-bins/$filename" >> $GITHUB_OUTPUT
291292
292293 - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
293- if : always()
294294 with :
295295 name : ${{ runner.os }}-${{ runner.arch }}-release-binary
296296 path : ${{ steps.package-info.outputs.path }}
You can’t perform that action at this time.
0 commit comments