Skip to content

Commit 711684a

Browse files
committed
XXX: Fix
1 parent 9dff4cb commit 711684a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-binaries.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ jobs:
250250
- name: Timeout Save
251251
if: always()
252252
uses: ./.github/workflows/timeout-save
253-
with:
254-
job-name: "Build (${{ matrix.runs-on}})"
255-
artifact-name-suffix: ${{ matrix.name }}
256-
timeout-step: "Build"
257-
timeout-minutes: 330
253+
with:
254+
job-name: "Build (${{ matrix.runs-on}})"
255+
artifact-name-suffix: ${{ matrix.name }}
256+
timeout-step: "Build"
257+
timeout-minutes: 330
258258

259259
- id: package-info
260260
shell: bash

0 commit comments

Comments
 (0)