From 906922a457fd3ab5399cb9cec6c50f275da8c0f2 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Sun, 30 Jul 2017 10:43:13 +0900 Subject: [PATCH] Change sample filename. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b87595..77b711a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,9 @@ before_deploy: - cd ../../ - cd build-win32/install/ && zip -q ../../packages/yp-spur.win32.$GIT_TAG.zip -r $(ls) - cd ../../ - - cd build-win64/ && zip -q ../packages/yp-spur.run-test.win64.$GIT_TAG.zip -r samples/run-test.exe + - cd build-win64/ && zip -q ../packages/yp-spur-samples.win64.$GIT_TAG.zip -r samples/run-test.exe - cd ../ - - cd build-win32/ && zip -q ../packages/yp-spur.run-test.win32.$GIT_TAG.zip -r samples/run-test.exe + - cd build-win32/ && zip -q ../packages/yp-spur-samples.win32.$GIT_TAG.zip -r samples/run-test.exe - cd ../ deploy: @@ -42,8 +42,8 @@ deploy: file: - packages/yp-spur.win64.$GIT_TAG.zip - packages/yp-spur.win32.$GIT_TAG.zip - - packages/yp-spur.run-test.win64.$GIT_TAG.zip - - packages/yp-spur.run-test.win32.$GIT_TAG.zip + - packages/yp-spur-samples.win64.$GIT_TAG.zip + - packages/yp-spur-samples.win32.$GIT_TAG.zip on: tags: true