Skip to content

Commit

Permalink
chore: release desktop app
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 2, 2024
1 parent 64e223f commit 8dc6192
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ jobs:
- name: setup Bun
uses: oven-sh/setup-bun@v1

- name: Install stable toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Rust cache
uses: swatinem/rust-cache@v2

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
cache: true
profile: minimal
override: true
target: ${{ matrix.target }}

- uses: actions/cache@v3
Expand Down Expand Up @@ -177,4 +181,4 @@ jobs:
# with:
# command: release publish ${{ secrets.CN_APP_SLUG }} --framework tauri
# api-key: ${{ secrets.CN_API_KEY }}
# basically wait for macos manual add sset
# basically wait for macos manual add sset

0 comments on commit 8dc6192

Please sign in to comment.