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
@@ -53,7 +53,7 @@ deploy:
53
53
- master
54
54
- provider: script
55
55
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
57
57
on:
58
58
repo: FabianTerhorst/coreclr-module
59
59
condition: "$TRAVIS_OS_NAME = windows"
@@ -63,7 +63,7 @@ deploy:
63
63
- master
64
64
- provider: script
65
65
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
0 commit comments