diff options
author | spycrab <spycrab@users.noreply.github.com> | 2018-01-15 10:42:40 +0100 |
---|---|---|
committer | spycrab <spycrab@users.noreply.github.com> | 2018-01-15 13:47:38 +0100 |
commit | 8a440faa6901e91a0e81177bcf68431f91e03fae (patch) | |
tree | 0cf56c61b6f5ca46c58a91142037fd1498193dc1 /.travis/linux | |
parent | Merge pull request #7 from JayFoxRox/remove-surface-viewer (diff) | |
download | yuzu-8a440faa6901e91a0e81177bcf68431f91e03fae.tar yuzu-8a440faa6901e91a0e81177bcf68431f91e03fae.tar.gz yuzu-8a440faa6901e91a0e81177bcf68431f91e03fae.tar.bz2 yuzu-8a440faa6901e91a0e81177bcf68431f91e03fae.tar.lz yuzu-8a440faa6901e91a0e81177bcf68431f91e03fae.tar.xz yuzu-8a440faa6901e91a0e81177bcf68431f91e03fae.tar.zst yuzu-8a440faa6901e91a0e81177bcf68431f91e03fae.zip |
Diffstat (limited to '.travis/linux')
-rwxr-xr-x | .travis/linux/upload.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/linux/upload.sh b/.travis/linux/upload.sh index 8a029bbe2..61842be12 100755 --- a/.travis/linux/upload.sh +++ b/.travis/linux/upload.sh @@ -8,7 +8,7 @@ COMPRESSION_FLAGS="-cJvf" mkdir "$REV_NAME" -cp build/src/yuzu_cmd/yuzu-cmd "$REV_NAME" -cp build/src/yuzu/yuzu "$REV_NAME" +cp build/bin/yuzu-cmd "$REV_NAME" +cp build/bin/yuzu "$REV_NAME" . .travis/common/post-upload.sh |