mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-09-15 00:55:33 +00:00
Fix AppVeyor WinSCP download
This commit is contained in:
parent
78f2b85fe6
commit
914eb7561e
@ -44,12 +44,10 @@ on_success:
|
|||||||
# Do a second archive with only the binaries
|
# Do a second archive with only the binaries
|
||||||
7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe
|
7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe
|
||||||
|
|
||||||
# Download winscp
|
|
||||||
Invoke-WebRequest "http://iweb.dl.sourceforge.net/project/winscp/WinSCP/5.7.3/winscp573.zip" -OutFile "winscp573.zip"
|
|
||||||
7z e -y winscp573.zip
|
|
||||||
|
|
||||||
# Upload to server
|
# Download WinSCP and upload to server
|
||||||
.\WinSCP.com /command `
|
choco install winscp.portable
|
||||||
|
WinSCP.exe /command `
|
||||||
"option batch abort" `
|
"option batch abort" `
|
||||||
"option confirm off" `
|
"option confirm off" `
|
||||||
"open sftp://citra-builds:${env:BUILD_PASSWORD}@builds.citra-emu.org -hostkey=*" `
|
"open sftp://citra-builds:${env:BUILD_PASSWORD}@builds.citra-emu.org -hostkey=*" `
|
||||||
|
Loading…
Reference in New Issue
Block a user