Skip to content

Commit

Permalink
Fix runtime path
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed May 20, 2019
1 parent 513f641 commit c0d638c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ deploy:
- master
- provider: script
skip_cleanup: true
script: ls -l && cd .. && cd .. && ls -l && scs3-win.exe upload .\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
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
on:
repo: FabianTerhorst/coreclr-module
condition: "$TRAVIS_OS_NAME = windows"
Expand All @@ -78,7 +78,7 @@ deploy:
- master
- provider: script
skip_cleanup: true
script: ls -l && cd .. && ls -l && ./scs3-linux upload ./src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
script: ls -l && cd .. && cd .. && ls -l && ./scs3-linux upload ./runtime/src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
on:
repo: FabianTerhorst/coreclr-module
condition: "$TRAVIS_OS_NAME = linux"
Expand Down

0 comments on commit c0d638c

Please sign in to comment.