We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a224f5 commit a88f2fcCopy full SHA for a88f2fc
.github/workflows/release-binaries.yml
@@ -270,11 +270,12 @@ jobs:
270
271
- name: Build Release Package
272
shell: bash
273
+ timeout: 330
274
run: |
275
ninja -C ${{ steps.unpack.outputs.build-prefix }}/build stage2-package
276
277
- name: Timeout Save
- if: false && always()
278
+ if: always()
279
uses: ./.github/workflows/timeout-save
280
with:
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
292
293
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
- if: always()
294
295
name: ${{ runner.os }}-${{ runner.arch }}-release-binary
296
path: ${{ steps.package-info.outputs.path }}
0 commit comments