File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262        run : .github/workflows/build.sh 
6363      - uses : actions/upload-artifact@v4 
6464        with :
65-           name : ${{ inputs.artifacts-name }} 
65+           name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}  
6666          path : wheelhouse/*.whl 
6767      #  Uncomment to get SSH access for testing
6868      #  - name: Setup tmate session
Original file line number Diff line number Diff line change 4545        run : .github/workflows/build.sh 
4646      - uses : actions/upload-artifact@v4 
4747        with :
48-           name : ${{ inputs.artifacts-name }} 
48+           name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}  
4949          path : wheelhouse/*.whl 
5050      #  Uncomment to get SSH access for testing
5151      #  - name: Setup tmate session
Original file line number Diff line number Diff line change 4242        run : .github/workflows/build.ps1 
4343      - uses : actions/upload-artifact@v4 
4444        with :
45-           name : ${{ inputs.artifacts-name }} 
45+           name : ${{ inputs.artifacts-name }}-${{ matrix.runs-on }}-${{ matrix.platform }}-${{ matrix.python }}  
4646          path : wheelhouse/*.whl 
4747      #  Uncomment to get SSH access for testing
4848      #  - name: Setup tmate session
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments