You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ deploy:
68
68
- master
69
69
- provider: script
70
70
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
72
72
on:
73
73
repo: FabianTerhorst/coreclr-module
74
74
condition: "$TRAVIS_OS_NAME = windows"
@@ -78,7 +78,7 @@ deploy:
78
78
- master
79
79
- provider: script
80
80
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
0 commit comments