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
@@ -82,7 +82,7 @@ deploy:
82
82
83
83
- provider: script
84
84
skip_cleanup: true
85
-
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/master/x64_win32/csharp-module.dll
85
+
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
86
86
on:
87
87
repo: FabianTerhorst/coreclr-module
88
88
condition: "$TRAVIS_OS_NAME = windows"
@@ -92,7 +92,7 @@ deploy:
92
92
- master
93
93
- provider: script
94
94
skip_cleanup: true
95
-
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/master/x64_linux/libcsharp-module.so
95
+
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/stable/x64_linux/libcsharp-module.so
0 commit comments