Skip to content

Commit 3a78f1c

Browse files
Fix windows paths
1 parent 50ad2dd commit 3a78f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ deploy:
6868
- master
6969
- provider: script
7070
skip_cleanup: true
71-
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
71+
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
7272
on:
7373
repo: FabianTerhorst/coreclr-module
7474
condition: "$TRAVIS_OS_NAME = windows"

0 commit comments

Comments
 (0)