File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181      # ##########################
8282      - uses : actions/upload-artifact@v4 
8383        with :
84-           name : Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }}) 
84+           name : Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})${{ matrix.buildProfile && '  With Build Profile' || '' }}  
8585          path : build 
8686          retention-days : 14 
Original file line number Diff line number Diff line change @@ -146,6 +146,6 @@ jobs:
146146      # ##########################
147147      - uses : actions/upload-artifact@v4 
148148        with :
149-           name : Build ${{ matrix.targetPlatform }} on Windows (${{ matrix.unityVersion }})${{ matrix.enableGpu && ' With GPU' || '' }} 
149+           name : Build ${{ matrix.targetPlatform }} on Windows (${{ matrix.unityVersion }})${{ matrix.enableGpu && ' With GPU' || '' }}${{ matrix.buildProfile && '  With Build Profile' || '' }}  
150150          path : build 
151151          retention-days : 14 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments