Fix Windows CI
This commit is contained in:
parent
37ea290d47
commit
0532b93d69
1 changed files with 0 additions and 12 deletions
12
.github/workflows/win.yml
vendored
12
.github/workflows/win.yml
vendored
|
|
@ -438,17 +438,6 @@ jobs:
|
||||||
cd ..\out
|
cd ..\out
|
||||||
msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
||||||
|
|
||||||
|
|
||||||
- name: Re-run build on failure.
|
|
||||||
if: failure()
|
|
||||||
shell: cmd
|
|
||||||
timeout-minutes: 30
|
|
||||||
run: |
|
|
||||||
cd %REPO_NAME%\out
|
|
||||||
call vcvars32.bat
|
|
||||||
|
|
||||||
msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
|
||||||
|
|
||||||
- name: Move artifact.
|
- name: Move artifact.
|
||||||
if: env.UPLOAD_ARTIFACT == 'true'
|
if: env.UPLOAD_ARTIFACT == 'true'
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
@ -456,7 +445,6 @@ jobs:
|
||||||
cd %REPO_NAME%\out\Debug
|
cd %REPO_NAME%\out\Debug
|
||||||
mkdir artifact
|
mkdir artifact
|
||||||
move Kotatogram.exe artifact/
|
move Kotatogram.exe artifact/
|
||||||
move Updater.exe artifact/
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
name: Upload artifact.
|
name: Upload artifact.
|
||||||
if: env.UPLOAD_ARTIFACT == 'true'
|
if: env.UPLOAD_ARTIFACT == 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue