File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 7878          builds_path="${builds_path%/}" 
7979
8080          if [ -z "$project_path" ]; then 
81-             final_path="./ $builds_path/StandaloneLinux64/$package_name" 
81+             final_path="$builds_path/StandaloneLinux64/$package_name" 
8282          else 
83-             final_path="./ $project_path/$builds_path/StandaloneLinux64/$package_name" 
83+             final_path="$project_path/$builds_path/StandaloneLinux64/$package_name" 
8484          fi 
8585
8686          export_path=$(echo "$final_path" | sed 's://*:/:g') 
Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ public static void Export()
1818    { 
1919        var  options  =  ArgumentsParser . GetValidatedOptions ( ) ; 
2020        var  buildPath  =  options . GetValueOrDefault ( "customBuildPath" ) ; 
21-         
22-         var  workspaceDir  =  Environment . GetEnvironmentVariable ( "GITHUB_WORKSPACE" ) ; 
23-         if  ( ! string . IsNullOrEmpty ( workspaceDir ) ) 
24-         { 
25-             buildPath  =  buildPath . Replace ( $ "{ workspaceDir } /",  "./" ) ; 
26-         } 
27-         
2821        Export ( _folderPath ,  buildPath ) ; 
2922    } 
3023
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments