Skip to content

Commit 77e324a

Browse files
committed
ci: fix travis deploy github release
1 parent 957c097 commit 77e324a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ install:
2222

2323
script: |
2424
python compile.py build && \
25-
cp build/lib/py_sourcemap/*.so py_sourcemap/ && \
25+
cp build/lib/py_sourcemap/*.so py_sourcemap/py_sourcemap.so && \
2626
$HOME/.local/bin/nosetests
2727
2828
deploy:
2929
provider: releases
3030
api_key:
3131
secure: $GITHUB_TOKEN
32-
file: build/lib/py_sourcemap/*.so
32+
file: py_sourcemap/py_sourcemap.so
3333
skip_cleanup: true
3434
on:
3535
tags: true

0 commit comments

Comments
 (0)