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 5050       - name : Add artifact 
5151        uses : actions/upload-artifact@v4 
5252        with :
53-           name : processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle 
53+           name : processing-${{ replace( github.ref_name, '/', '-')  }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-gradle 
5454          path :  | 
5555            ./app/build/compose/binaries/main/dmg/Processing-*.dmg 
5656            ./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt 
Original file line number Diff line number Diff line change 7272      - name : Add artifact 
7373        uses : actions/upload-artifact@v4 
7474        with :
75-           name : processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant 
75+           name : processing-${{ replace( github.ref_name, '/', '-')  }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-ant 
7676          path :  ./build/${{ matrix.os_prefix }}/processing-${{github.sha}}-${{ matrix.os_prefix}}-* 
7777          retention-days : 1 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments