Windows build can be built without updater too

This commit is contained in:
Ilya Fedin
2020-06-13 05:25:47 +04:00
committed by John Preston
parent dbad9fa73a
commit 70acebc1ef
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -379,7 +379,6 @@ jobs:
cd %REPO_NAME%\out\Debug
mkdir artifact
move Telegram.exe artifact/
move Updater.exe artifact/
- uses: actions/upload-artifact@master
name: Upload artifact.
if: env.UPLOAD_ARTIFACT == 'true'