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 @@ -164,15 +164,15 @@ deploy:
164164 - provider : script
165165 skip_cleanup : true
166166 prerelease : true
167- script : cdn-win.exe .\ upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
167+ script : cdn-win.exe upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
168168 on :
169169 repo : FabianTerhorst/coreclr-module
170170 condition : " $WINDOWS_BETA = true"
171171 tags : true
172172 - provider : script
173173 skip_cleanup : true
174174 prerelease : true
175- script : ./cdn-linux ./ upload coreclr-module/alpha/x64_linux "${TRAVIS_BUILD_NUMBER}"
175+ script : ./cdn-linux upload coreclr-module/alpha/x64_linux "${TRAVIS_BUILD_NUMBER}"
176176 on :
177177 repo : FabianTerhorst/coreclr-module
178178 condition : " $LINUX_BETA = true"
You can’t perform that action at this time.
0 commit comments