Skip to content

Commit

Permalink
Install Cargo Tauri V2 CLI in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
njfdev committed Aug 6, 2024
1 parent 2ce31cb commit 87c5130
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ jobs:
with:
workspaces: "./src-tauri -> target"

- name: install frontend dependencies
- name: Install Frontend Dependencies
run: yarn install

- uses: tauri-apps/tauri-action@v0
- name: Install Tauri Cargo CLI
run: cargo install tauri-cli --version "^2.0.0-rc"

- name: Build and Release Tauri App
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 87c5130

Please sign in to comment.