Skip to content

Commit

Permalink
Update build.yaml to add conditional execution for tauri-action on Wi…
Browse files Browse the repository at this point in the history
…ndows and Ubuntu
  • Loading branch information
Evan-2007 committed Nov 18, 2024
1 parent 133219a commit 03ab699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
args: ${{ matrix.args }}

- uses: tauri-apps/tauri-action@v0
if: (matrix.os == 'windows-latest') || (matrix.os == 'ubuntu-latest')
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'App v__VERSION__'
Expand Down

0 comments on commit 03ab699

Please sign in to comment.