Skip to content

Commit

Permalink
add cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Charlop-Powers authored and Zachary Charlop-Powers committed Mar 13, 2024
1 parent 18f4aef commit 351dea4
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,10 @@ jobs:
with:
node-version: 20

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
run: |
npm install
- name: install dependencies (macos only)
if: matrix.platform == 'macos-latest'
run: |
npm install
- name: install dependencies (windows only)
if: matrix.platform == 'windows-latest'
- name: install dependencies
run: |
npm install
cargo install tauri-cli
- uses: tauri-apps/tauri-action@v0
env:
Expand All @@ -50,5 +39,5 @@ jobs:
releaseBody: 'Release of the Bioinformaticstoolkit using Github Actions'
releaseDraft: true
prerelease: false
tauriScript: "cargo tauri build"
tauriScript: "cargo tauri"

0 comments on commit 351dea4

Please sign in to comment.