forked from waja/action-debian-package
		
	workflows: consider all artifacts
This commit is contained in:
		
							parent
							
								
									c25f686c2d
								
							
						
					
					
						commit
						79f76e4e3f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -46,5 +46,5 @@ jobs:
 | 
			
		|||
          artifacts_directory: artifacts
 | 
			
		||||
      - name: Check files
 | 
			
		||||
        run: |
 | 
			
		||||
          ls -lh artifacts/${{matrix.package}}_*.*
 | 
			
		||||
          ls -lh ${{matrix.package}}_*.* && false || true
 | 
			
		||||
          ls -lh artifacts/${{matrix.package}}*.*
 | 
			
		||||
          ls -lh ${{matrix.package}}*.* && false || true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue