Skip to content

Commit

Permalink
Add target to binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovenoboyo committed Dec 18, 2024
1 parent 4c9b11e commit c9014c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Install tauri cli
run: cargo binstall tauri-cli -y --force
run: cargo binstall tauri-cli -y --force ${{ matrix.args }}

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
tagName: Moosync-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "App v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
Expand Down

0 comments on commit c9014c8

Please sign in to comment.