File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525jobs :
2626 deploy :
2727 runs-on : ubuntu-latest
28+ timeout-minutes : 60
2829
2930 steps :
3031 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change 3131jobs :
3232 deploy :
3333 runs-on : macos-15
34- timeout-minutes : 30
34+ timeout-minutes : 60
3535
3636 steps :
3737 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change 1919jobs :
2020 deploy :
2121 runs-on : ubuntu-latest
22- timeout-minutes : 40
22+ timeout-minutes : 60
2323 outputs :
2424 release_path_deb : ${{ steps.path_variables.outputs.release_path_deb }}
2525 release_path_rpm : ${{ steps.path_variables.outputs.release_path_rpm }}
Original file line number Diff line number Diff line change 2929jobs :
3030 build :
3131 runs-on : macos-15
32- timeout-minutes : 40
32+ timeout-minutes : 60
3333 outputs :
3434 release_path : ${{ steps.path_variables.outputs.release_path }}
3535 artifact_name : ${{ steps.path_variables.outputs.artifact_name }}
Original file line number Diff line number Diff line change 3939jobs :
4040 deploy :
4141 runs-on : macos-15
42+ timeout-minutes : 60
4243 outputs :
4344 release_path : ${{ steps.path_variables.outputs.release_path }}
4445 artifact_name : ${{ steps.path_variables.outputs.artifact_name }}
Original file line number Diff line number Diff line change 2121jobs :
2222 deploy :
2323 runs-on : windows-latest
24- timeout-minutes : 40
24+ timeout-minutes : 60
2525 outputs :
2626 release_path : ${{ steps.path_variables.outputs.release_path }}
2727 artifact_name : ${{ steps.path_variables.outputs.artifact_name }}
You can’t perform that action at this time.
0 commit comments