Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Feb 6, 2023
1 parent d786e3a commit 62cf15d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -57,7 +59,6 @@ jobs:
rust: stable
target: x86_64-pc-windows-msvc

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 62cf15d

Please sign in to comment.