diff options
| author | Théo Zimmermann | 2017-10-20 18:32:26 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-01-04 15:05:55 +0100 |
| commit | 6d430854fb6b30eacd1eae439fead1c13e7450a5 (patch) | |
| tree | 1891232ebf06383948b0eefbef4f80b96d904ece /dev/ci | |
| parent | 2d6e395dead61a49ede6208bc40e16b4b8e68ce4 (diff) | |
Normalize Windows installer names.
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/appveyor.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/appveyor.bat b/dev/ci/appveyor.bat index 72ee89962c..dec6f0d182 100644 --- a/dev/ci/appveyor.bat +++ b/dev/ci/appveyor.bat @@ -25,7 +25,7 @@ if %USEOPAM% == false ( -destcyg=%CYGROOT% -destcoq=%DESTCOQ% -cygcache=%CYGCACHE% ^ -setup %CYGROOT%\%SETUP% || GOTO ErrorExit copy "%CYGROOT%\build\coq-local\dev\nsis\*.exe" dev\nsis || GOTO ErrorExit - 7z a coq-opensource-archive-%ARCHLONG%.zip %CYGROOT%\build\tarballs\* || GOTO ErrorExit + 7z a coq-opensource-archive-windows-%ARCHLONG%.zip %CYGROOT%\build\tarballs\* || GOTO ErrorExit ) if %USEOPAM% == true ( |
