fix: build archive (#1586)
This commit is contained in:
parent
d468b7a1e0
commit
a8262e5152
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ elif [[ "${OS_NAME}" == "windows" ]]; then
|
|||
yarn gulp "vscode-win32-${VSCODE_ARCH}-inno-updater"
|
||||
|
||||
if [[ "${SHOULD_BUILD_ZIP}" != "no" ]]; then
|
||||
yarn gulp "vscode-win32-${VSCODE_ARCH}-archive"
|
||||
7z.exe a -tzip "../assets/${APP_NAME}-win32-${VSCODE_ARCH}-${RELEASE_VERSION}.zip" -x!CodeSignSummary*.md -x!tools "../VSCode-win32-${VSCODE_ARCH}/*" -r
|
||||
fi
|
||||
|
||||
if [[ "${SHOULD_BUILD_EXE_SYS}" != "no" ]]; then
|
||||
|
|
Loading…
Reference in a new issue