diff --git a/.appveyor.yml b/.appveyor.yml index e1c9eb44d..78e57aa55 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -390,8 +390,8 @@ on_finish: - cmd: if EXIST %APPVEYOR_BUILD_FOLDER%\build\testOutput.log appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\build\testOutput.log - - cmd: if %APPVEYOR_REPO_BRANCH%==%ARTIFACT_BRANCH% if not %job_name%==Windows32 appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\build\Hydrogen-1.2-win64.exe || cmd /c "exit /b 1" - - cmd: if %APPVEYOR_REPO_BRANCH%==%ARTIFACT_BRANCH% if %job_name%==Windows32 appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\build\Hydrogen-1.2-win32.exe || cmd /c "exit /b 1" + - cmd: if %APPVEYOR_REPO_BRANCH%==%ARTIFACT_BRANCH% if not %job_name%==Windows32 appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\build\Hydrogen-1.2.0-win64.exe || cmd /c "exit /b 1" + - cmd: if %APPVEYOR_REPO_BRANCH%==%ARTIFACT_BRANCH% if %job_name%==Windows32 appveyor PushArtifact %APPVEYOR_BUILD_FOLDER%\build\Hydrogen-1.2.0-win32.exe || cmd /c "exit /b 1" - cmd: | if %APPVEYOR_REPO_BRANCH%==%ARTIFACT_BRANCH% curl -F file=@%APPVEYOR_BUILD_FOLDER%\build\test_installation.xml https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID% diff --git a/data/doc b/data/doc index c7ff2015c..d0195235b 160000 --- a/data/doc +++ b/data/doc @@ -1 +1 @@ -Subproject commit c7ff2015cfa6948e792a0e6d0ce5be00d8aa8d87 +Subproject commit d0195235b984d5eba388fc1bc58dd611cbe37a65