From a391038d278ffb4d579ccd28198f2ba1e4794dd4 Mon Sep 17 00:00:00 2001 From: Alibek Omarov #SupportRMS Date: Fri, 26 Mar 2021 17:58:35 +0300 Subject: [PATCH] travis: rename win32 build to xash3d-win32-vc.7z --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50b9a99c..b070a7f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: script: - sh scripts/build_${TRAVIS_OS_NAME}_engine.sh after_script: - - sh scripts/continious_upload.sh xash3d-vc.7z xash3d-vc2008-sln.7z + - sh scripts/continious_upload.sh xash3d-win32-vc.7z xash3d-vc2008-sln.7z - # ... name: "Build for Linux i686" cache: ccache @@ -210,4 +210,4 @@ jobs: os: linux cache: false script: - - sh scripts/travis-deploy.sh xash3d-fwgs-i686.AppImage xash3d-fwgs-x86_64.AppImage xash3d-vc.7z xash3d-vc2008-sln.7z xashdroid.apk xashdroid-64-test.apk xashds-linux-i686 xashds-linux-x86_64 xash3d-magx.7z + - sh scripts/travis-deploy.sh xash3d-fwgs-i686.AppImage xash3d-fwgs-x86_64.AppImage xash3d-win32-vc.7z xash3d-vc2008-sln.7z xashdroid.apk xashdroid-64-test.apk xashds-linux-i686 xashds-linux-x86_64 xash3d-magx.7z