File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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,13 @@ public static void Export()
1818    { 
1919        var  options  =  ArgumentsParser . GetValidatedOptions ( ) ; 
2020        var  buildPath  =  options . GetValueOrDefault ( "customBuildPath" ) ; 
21-         buildPath  =  buildPath ? . Replace ( "/github/workspace/" ,  "" ) ; 
21+         buildPath  =  buildPath ? . Replace ( "/github/workspace/" ,  "./ " ) ; 
2222        Export ( _folderPath ,  buildPath ) ; 
2323    } 
2424
25-     public  static void  Export ( string  folderPath ,  string  exportPath ) 
25+     public  static void  Export ( string  assetsFolderPath ,  string  exportPath ) 
2626    { 
27-         var  assets  =  AssetDatabase . FindAssets ( "" ,  new [ ]  {  folderPath  } ) 
27+         var  assets  =  AssetDatabase . FindAssets ( "" ,  new [ ]  {  assetsFolderPath  } ) 
2828                . Select ( AssetDatabase . GUIDToAssetPath ) 
2929                . ToArray ( ) ; 
3030
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments