Changes for MSI build for autoupdater (#2016)

This commit is contained in:
Devin Binnie
2022-03-10 15:47:45 -05:00
committed by GitHub
parent 7a629fb221
commit 5f4774e22e
3 changed files with 24 additions and 15 deletions

View File

@@ -233,11 +233,9 @@ jobs:
operation: "install-deps"
- win_make:
operation: "build"
- run: bash -x ./scripts/patch_updater_yml.sh
- run: mkdir -p ./build/win-release
- run: cp -r release/*.zip ./build/win-release
- run: cp -r release/*.msi ./build/win-release
- run: cp -r release/*.exe ./build/win-release
- run: bash -x ./scripts/cp_artifacts.sh release ./build/win-release
- persist_to_workspace:
root: ./build/
paths: