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 @@ -113,7 +113,7 @@ jobs:
113113      - name : Build linux app archive 
114114        run : etc/release/scancode-create-release-app-linux.sh ${{ matrix.pyver }} 
115115
116-       - name : Collect built linux app for python {{ matrix.pyver }} 
116+       - name : Collect built linux app for python $ {{ matrix.pyver }} 
117117        uses : actions/upload-artifact@v3 
118118        with :
119119          name : linux_app_py_${{ matrix.pyver }} 
@@ -147,7 +147,7 @@ jobs:
147147      - name : Build mac app archive 
148148        run : etc/release/scancode-create-release-app-macos.sh ${{ matrix.pyver }} 
149149
150-       - name : Collect built mac app for python {{ matrix.pyver }} 
150+       - name : Collect built mac app for python $ {{ matrix.pyver }} 
151151        uses : actions/upload-artifact@v3 
152152        with :
153153          name : macos_app_py_${{ matrix.pyver }} 
@@ -181,7 +181,7 @@ jobs:
181181      - name : Build windows app archive 
182182        run : etc/release/scancode-create-release-app-windows.sh ${{ matrix.pyver }} 
183183
184-       - name : Collect built windows app for python {{ matrix.pyver }} 
184+       - name : Collect built windows app for python $ {{ matrix.pyver }} 
185185        uses : actions/upload-artifact@v3 
186186        with :
187187          name : windows_app_py_${{ matrix.pyver }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments