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:
270
270
271
271
- name : Build Release Package
272
272
shell : bash
273
+ timeout : 330
273
274
run : |
274
275
ninja -C ${{ steps.unpack.outputs.build-prefix }}/build stage2-package
275
276
276
277
- name : Timeout Save
277
- if : false && always()
278
+ if : always()
278
279
uses : ./.github/workflows/timeout-save
279
280
with :
280
281
job-name : " Build (${{ matrix.runs-on}})"
@@ -290,7 +291,6 @@ jobs:
290
291
echo "path=${{ steps.unpack.outputs.build-prefix }}/build/tools/clang/stage2-bins/$filename" >> $GITHUB_OUTPUT
291
292
292
293
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
293
- if : always()
294
294
with :
295
295
name : ${{ runner.os }}-${{ runner.arch }}-release-binary
296
296
path : ${{ steps.package-info.outputs.path }}
You can’t perform that action at this time.
0 commit comments