-
Bug
-
Resolution: Fixed
-
Major
The current HockeyappRecorder.java code in the perform function is hard coded to only pick the first element from the file array to upload like this:
FilePath[] remoteFiles = remoteWorkspace.list(vars.expand(filePath));
File file = getLocalFileFromFilePath(remoteFiles[0], tempDir);