Skip to content

Commit

Permalink
ci: fix version, update order, include release name for tauri-action
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 25, 2024
1 parent 364ba2f commit 703a39c
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 58 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
args: ''
- platform: 'windows-2019'
args: '--bundles updater,msi'
args: '--bundles msi,updater'
- platform: 'macos-latest'
args: '--target universal-apple-darwin'

Expand Down Expand Up @@ -206,9 +206,13 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
NODE_OPTIONS: '--max_old_space_size=4096'
with:
tagName: ${{ env.tagName }}
releaseName: ${{ env.releaseName }}
releaseBody: 'Tari Universe (BETA) - See the assets to download this version and install'
releaseDraft: true
prerelease: true
includeDebug: false
includeRelease: true
args: ${{ matrix.args }} --features "${{ env.TS_FEATURES }}"

- name: Debug step {artifactPaths}
Expand Down
Loading

0 comments on commit 703a39c

Please sign in to comment.