[1.2] 리플레이
- 리플레이 파일 이름 유지하도록 수정
This commit is contained in:
@ -44,11 +44,12 @@ func lastExecutionArgs(verpath string) []string {
|
||||
return out
|
||||
}
|
||||
|
||||
func (hc *houstonClient) uploadToAppendFile(filePath string, name string, version string) {
|
||||
func (hc *houstonClient) uploadToAppendFile(filePath string, name string, version string, uploadedFileName string) {
|
||||
hc.uploadChan <- uploadRequest{
|
||||
filePath: filePath,
|
||||
name: name,
|
||||
version: version,
|
||||
filePath: filePath,
|
||||
name: name,
|
||||
version: version,
|
||||
uploadedFileName: uploadedFileName,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user