Skip to content

Commit dc6bca7

Browse files
Update .travis.yml
1 parent 9b87ed5 commit dc6bca7

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
@@ -142,7 +142,7 @@ deploy:
142142
tags: true
143143
- provider: script
144144
skip_cleanup: true
145-
script: cdn-win.exe .\upload\modules\csharp-module.dll coreclr-module/stable/x64_win32
145+
script: cdn-win.exe .\upload\modules\csharp-module.dll coreclr-module/stable/x64_win32/modules
146146
on:
147147
repo: FabianTerhorst/coreclr-module
148148
condition: "$WINDOWS_STABLE = true"
@@ -164,7 +164,7 @@ deploy:
164164
- provider: script
165165
skip_cleanup: true
166166
prerelease: true
167-
script: cdn-win.exe .\upload\modules\csharp-module.dll coreclr-module/alpha/x64_win32
167+
script: cdn-win.exe .\upload\modules\csharp-module.dll coreclr-module/alpha/x64_win32/modules
168168
on:
169169
repo: FabianTerhorst/coreclr-module
170170
condition: "$WINDOWS_BETA = true"

0 commit comments

Comments
 (0)