Skip to content

Commit

Permalink
ci: remove msi bundle arg and use updater on all
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 21, 2024
1 parent f30a0de commit a288ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: '--bundles msi,updater'
args: ''
- platform: 'macos-latest'
args: '--target universal-apple-darwin'

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
run: |
cd "${GITHUB_WORKSPACE}/src-tauri"
echo "{}" | \
jq '.bundle .windows += {"signCommand": "${{ env.WINDOWS_SIGN_COMMAND }}"}' > \
jq '.tauri .bundle .windows += {"signCommand": "${{ env.WINDOWS_SIGN_COMMAND }}"}' > \
./tauri.windows.conf.json
cat ./tauri.windows.conf.json
cargo install [email protected] --locked
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 }}"
args: ${{ matrix.args }} --features "${{ env.TS_FEATURES }} --bundles updater"

- name: Debug step {artifactPaths}
continue-on-error: true
Expand Down

0 comments on commit a288ae6

Please sign in to comment.