Skip to content

Commit 18f4dc3

Browse files
Revert "Update .travis.yml"
This reverts commit dc6bca7.
1 parent dc6bca7 commit 18f4dc3

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/modules
145+
script: cdn-win.exe .\upload\modules\csharp-module.dll coreclr-module/stable/x64_win32
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/modules
167+
script: cdn-win.exe .\upload\modules\csharp-module.dll coreclr-module/alpha/x64_win32
168168
on:
169169
repo: FabianTerhorst/coreclr-module
170170
condition: "$WINDOWS_BETA = true"

0 commit comments

Comments
 (0)