Skip to content

Commit

Permalink
Fix run-test deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 30, 2017
1 parent bf6821e commit 500b01c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -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-samples.win64.$GIT_TAG.zip -r samples
- cd build-win64/ && zip -q ../packages/yp-spur.run-test.win64.$GIT_TAG.zip -r samples/run-test.exe
- cd ../
- cd build-win32/ && zip -q ../packages/yp-spur-samples.win32.$GIT_TAG.zip -r samples
- cd build-win32/ && zip -q ../packages/yp-spur.run-test.win32.$GIT_TAG.zip -r samples/run-test.exe
- cd ../

deploy:
Expand All @@ -42,8 +42,8 @@ deploy:
file:
- packages/yp-spur.win64.$GIT_TAG.zip
- packages/yp-spur.win32.$GIT_TAG.zip
- packages/yp-spur-samples.win64.$GIT_TAG.zip
- packages/yp-spur-samples.win32.$GIT_TAG.zip
- packages/yp-spur.run-test.win64.$GIT_TAG.zip
- packages/yp-spur.run-test.win32.$GIT_TAG.zip
on:
tags: true

0 comments on commit 500b01c

Please sign in to comment.