chore: action

This commit is contained in:
lencx
2023-02-06 15:05:30 +08:00
parent d786e3a96c
commit 62cf15d952

View File

@@ -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