Skip to content

Commit

Permalink
revert updater change
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 21, 2024
1 parent 342381c commit 506515c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: ''
args: '--bundles updater'
- platform: 'macos-latest'
args: '--target universal-apple-darwin'

Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
releaseBody: 'Tari Universe (BETA) - See the assets to download this version and install'
releaseDraft: true
prerelease: true
args: ${{ matrix.args }} --features "${{ env.TS_FEATURES }}" --bundles updater
args: ${{ matrix.args }} --features "${{ env.TS_FEATURES }}"

- name: Debug step {artifactPaths}
if: ${{ false }}
Expand Down

0 comments on commit 506515c

Please sign in to comment.