Skip to content

Commit eb1df54

Browse files
Update .travis.yml
1 parent f3a75ac commit eb1df54

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
@@ -53,7 +53,7 @@ deploy:
5353
- master
5454
- provider: script
5555
skip_cleanup: true
56-
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\src\Release\csharp-module.dll coreclr-module\x64_win32\csharp-module.dll
56+
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module\x64_win32\csharp-module.dll
5757
on:
5858
repo: FabianTerhorst/coreclr-module
5959
condition: "$TRAVIS_OS_NAME = windows"
@@ -63,7 +63,7 @@ deploy:
6363
- master
6464
- provider: script
6565
skip_cleanup: true
66-
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
66+
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
6767
on:
6868
repo: FabianTerhorst/coreclr-module
6969
condition: "$TRAVIS_OS_NAME = linux"

0 commit comments

Comments
 (0)