Skip to content

Commit 92028f9

Browse files
committed
Fix
1 parent 711684a commit 92028f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ jobs:
242242
artifact-name-suffix: ${{ runner.os }}-${{ runner.arch }}
243243

244244
- name: Build Release Package
245-
name: Build
246245
shell: bash
247246
run: |
248247
ninja -C /mnt/build stage2-package
@@ -253,7 +252,7 @@ jobs:
253252
with:
254253
job-name: "Build (${{ matrix.runs-on}})"
255254
artifact-name-suffix: ${{ matrix.name }}
256-
timeout-step: "Build"
255+
timeout-step: "Build Release Package"
257256
timeout-minutes: 330
258257

259258
- id: package-info

0 commit comments

Comments
 (0)