Skip to content

Commit 008c54b

Browse files
committed
Fix path
1 parent 53e6070 commit 008c54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dotnet: 1.0.1
66
script:
77
- ./build.sh --quiet verify
88
- cd Wukong.Tests && dotnet restore && dotnet xunit
9-
- dotnet publish -c Release -o ../wukong-dist_linux-x64 -r debian.8-x64
9+
- dotnet publish -c Release -o wukong-dist_linux-x64 -r debian.8-x64
1010
- tar czvf wukong-dist_linux-x64.tar.gz wukong-dist_linux-x64/
1111
deploy:
1212
skip_cleanup: true

0 commit comments

Comments
 (0)