mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 16:39:02 +08:00
Redirect winscp output to local log to avoid leaking secret names.
This commit is contained in:
parent
c33179b4e0
commit
a07dec0316
@ -3,7 +3,8 @@ cd package/win
|
||||
./compile_wrapper.ps1 524 | Write-Output
|
||||
./package_win32.ps1 524| Write-Output
|
||||
cd ../../
|
||||
& package/deploy/winscp.ps1 -DIR win -KEY $BUILD_FOLDER/package/deploy/slic3r-upload.ppk -FILE *.zip:
|
||||
Add-AppveyorCompilationMessage -Message "Uploading to server."
|
||||
& ./package/deploy/winscp.ps1 -DIR win -KEY $env:APPVEYOR_BUILD_FOLDER/package/deploy/slic3r-upload.ppk -FILE *.zip *>> ./sftplog.txt
|
||||
|
||||
if (!(Test-Path C:\project\slic3r\slic3r.par)) {
|
||||
Add-AppveyorCompilationMessage -Message "Failed to package!" -Category Error
|
||||
|
Loading…
x
Reference in New Issue
Block a user