Skip to content

Commit

Permalink
fix: 调整release,修复bun
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed Oct 10, 2024
1 parent 8e94934 commit be3162b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,26 @@ name: 'publish'
on:
push:
tags:
- "v*.*.*"
- 'v*.*.*'
workflow_dispatch:
jobs:
publish-tauri:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
platform: [ windows-latest]
#platform: [macos-latest, ubuntu-latest, windows-latest]

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

- name: setup bun
uses: actions/setup-bun@main
uses: antongolub/action-setup-bun@v1
with:
cache-hit: true
cache: true
cache-bin: true


- name: install Rust stable
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit be3162b

Please sign in to comment.