Skip to content

Commit 168457b

Browse files
Update .travis.yml
1 parent 031b787 commit 168457b

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
@@ -82,7 +82,7 @@ deploy:
8282

8383
- provider: script
8484
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
8686
on:
8787
repo: FabianTerhorst/coreclr-module
8888
condition: "$TRAVIS_OS_NAME = windows"
@@ -92,7 +92,7 @@ deploy:
9292
- master
9393
- provider: script
9494
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
9696
on:
9797
repo: FabianTerhorst/coreclr-module
9898
condition: "$TRAVIS_OS_NAME = linux"

0 commit comments

Comments
 (0)