Update .github/workflows/build.yaml
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@@ -17,12 +17,11 @@ jobs:
 | 
				
			|||||||
                run: npm i
 | 
					                run: npm i
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            -   name: Build Project
 | 
					            -   name: Build Project
 | 
				
			||||||
                run: npm run build && ls && ls dist
 | 
					                run: npm run build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            -   name: Upload Artifacts
 | 
					            -   name: Upload Artifacts
 | 
				
			||||||
                uses: actions/upload-artifact@v3
 | 
					                uses: actions/upload-artifact@v3
 | 
				
			||||||
                with:
 | 
					                with:
 | 
				
			||||||
                    name: dist
 | 
					 | 
				
			||||||
                    path: dist
 | 
					                    path: dist
 | 
				
			||||||
                    retention-days: 7
 | 
					                    retention-days: 7
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user