This is an automated email from the ASF dual-hosted git repository. petasis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/master by this push: new 7e08f62 AppVeyor atrifact generation and deployment 7e08f62 is described below commit 7e08f62b86af8db0353aa0fe991b4d129b126c5a Author: Georgios Petasis <petas...@yahoo.gr> AuthorDate: Sat Feb 16 22:26:20 2019 +0200 AppVeyor atrifact generation and deployment --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d8d5c7f..843c314 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -67,7 +67,7 @@ after_build: - cmd: mkdir %ARTIFACT_DIR%\modules # Copy the installed files into a new directory, so we can zip it... - cmd: copy /y /b %APACHE_ROOT%\modules\mod_rivet.so %ARTIFACT_DIR%\modules - - cmd: xcopy %APACHE_ROOT%\bin\rivet%RIVET_VERSION% %ARTIFACT_DIR% /s /e /y /i + - cmd: xcopy %APACHE_ROOT%\bin\rivet%RIVET_VERSION% %ARTIFACT_DIR%\rivet%RIVET_VERSION% /s /e /y /i - cmd: cd %RIVET_HOME%\artifacts && dir - cmd: cd %ARTIFACT_DIR% && dir - cmd: cd %RIVET_HOME%\artifacts && 7z a -tzip rivet-%RIVET_VERSION%-windows-%platform%.zip * --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org