[CI > Test] Extract artifact properly
This commit is contained in:
		
							parent
							
								
									964ce9dc10
								
							
						
					
					
						commit
						601754dc94
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/nightly.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/nightly.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -51,7 +51,11 @@ jobs:
 | 
			
		|||
      uses: actions/download-artifact@v2
 | 
			
		||||
      with:
 | 
			
		||||
        name: built-asar
 | 
			
		||||
        path: app.asar
 | 
			
		||||
        path: artifact
 | 
			
		||||
    
 | 
			
		||||
    - name: Extract artifact
 | 
			
		||||
      run: |
 | 
			
		||||
        cp artifact/app.asar .
 | 
			
		||||
 | 
			
		||||
    - name: Setup Node.js v16.x
 | 
			
		||||
      uses: actions/setup-node@v2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue