File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ deploy:
6868 - master
6969 - provider : script
7070 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 .. && ls -l && scs3-win.exe upload .\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
7272 on :
7373 repo : FabianTerhorst/coreclr-module
7474 condition : " $TRAVIS_OS_NAME = windows"
@@ -78,7 +78,7 @@ deploy:
7878 - master
7979 - provider : script
8080 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 .. && ls -l && ./ scs3-linux upload ./src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
8282 on :
8383 repo : FabianTerhorst/coreclr-module
8484 condition : " $TRAVIS_OS_NAME = linux"
You can’t perform that action at this time.
0 commit comments