mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-23 18:27:01 +01:00
Chore: Attempt 3
This commit is contained in:
parent
ba21df6ee4
commit
4025cabbdb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
release:
|
||||
name: Release for ${{ matrix.platform.name }}
|
||||
runs-on: ${{ matrix.platform.os }}
|
||||
timeout-minutes: ${{ fromJSON(vars.JOB_TIMEOUT) }}
|
||||
timeout-minutes: ${{ vars.JOB_TIMEOUT }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
|
@ -147,7 +147,7 @@ jobs:
|
|||
macos_release:
|
||||
name: Release MacOS universal
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: ${{ fromJSON(vars.JOB_TIMEOUT) }}
|
||||
timeout-minutes: ${{ vars.JOB_TIMEOUT }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in a new issue