-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: remove msi bundle arg and use updater on all
- Loading branch information
1 parent
f30a0de
commit a288ae6
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
|