aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorMaxime Dénès2018-01-08 12:46:42 +0100
committerMaxime Dénès2018-01-08 12:46:42 +0100
commitee5d708a407d901dba61cf36451d0ac39b006522 (patch)
tree61591e6d52719f4f8ef497156bb9291e8c5588f8 /dev/ci
parentadfeb49f732dff68808af308484ce2e5e9bd7160 (diff)
parentfb987c6737d54faf8ea349e455cf970451de1d39 (diff)
Merge PR #6549: Normalize package names
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/appveyor.bat2
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 (