From 62cf15d95221dab672d53d1301be2348e34beb0c Mon Sep 17 00:00:00 2001 From: lencx Date: Mon, 6 Feb 2023 15:05:30 +0800 Subject: [PATCH] chore: action --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 549d52b55..86e118e0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,8 @@ jobs: body: 'See the assets to download this version and install.' build-tauri: + runs-on: ${{ matrix.os }} + timeout-minutes: 40 needs: create-release strategy: fail-fast: false @@ -57,7 +59,6 @@ jobs: rust: stable target: x86_64-pc-windows-msvc - runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v3