Skip to content

Commit

Permalink
Chore: Attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Oct 11, 2024
1 parent ba21df6 commit 4025cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4025cab

Please sign in to comment.