Skip to content

Commit c0d638c

Browse files
Fix runtime path
1 parent 513f641 commit c0d638c

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
@@ -68,7 +68,7 @@ deploy:
6868
- master
6969
- provider: script
7070
skip_cleanup: true
71-
script: ls -l && cd .. && cd .. && ls -l && scs3-win.exe upload .\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
71+
script: ls -l && cd .. && cd .. && cd .. && ls -l && scs3-win.exe upload .\runtime\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
7272
on:
7373
repo: FabianTerhorst/coreclr-module
7474
condition: "$TRAVIS_OS_NAME = windows"
@@ -78,7 +78,7 @@ deploy:
7878
- master
7979
- provider: script
8080
skip_cleanup: true
81-
script: ls -l && cd .. && ls -l && ./scs3-linux upload ./src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
81+
script: ls -l && cd .. && cd .. && ls -l && ./scs3-linux upload ./runtime/src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
8282
on:
8383
repo: FabianTerhorst/coreclr-module
8484
condition: "$TRAVIS_OS_NAME = linux"

0 commit comments

Comments
 (0)