File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727      shell : bash 
2828      run : | 
2929        mkdir dist && cd dist 
30-         mkdir win32 && cp -r ../plugins/* ./win32/ && cp -r ../artifact/keystone_win32 /* ./win32/patching/keystone && cd ./win32 && zip -r ../patching_win32.zip ./* && cd .. 
31-         mkdir linux && cp -r ../plugins/* ./linux/ && cp -r ../artifact/keystone_linux /* ./linux/patching/keystone && cd ./linux && zip -r ../patching_linux.zip ./* && cd .. 
32-         mkdir darwin && cp -r ../plugins/* ./darwin/ && cp -r ../artifact/keystone_darwin /* ./darwin/patching/keystone && cd ./darwin && zip -r ../patching_macos.zip ./* && cd .. 
30+         mkdir win32 && cp -r ../plugins/* ./win32/ && cp -r ../artifact_windows-latest /* ./win32/patching/keystone && cd ./win32 && zip -r ../patching_win32.zip ./* && cd .. 
31+         mkdir linux && cp -r ../plugins/* ./linux/ && cp -r ../artifact_ubuntu-latest /* ./linux/patching/keystone && cd ./linux && zip -r ../patching_linux.zip ./* && cd .. 
32+         mkdir darwin && cp -r ../plugins/* ./darwin/ && cp -r ../artifact_macos-latest /* ./darwin/patching/keystone && cd ./darwin && zip -r ../patching_macos.zip ./* && cd .. 
3333
3434uses : actions/upload-artifact@v4 
3535      with :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments