Upload assets to release
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/workflows/publish_release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/publish_release.yaml
									
									
									
									
										vendored
									
									
								
							@ -29,6 +29,13 @@ jobs:
 | 
				
			|||||||
      - name: Build
 | 
					      - name: Build
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          make build
 | 
					          make build
 | 
				
			||||||
 | 
					      - name: Upload Release Asset
 | 
				
			||||||
 | 
					        uses: softprops/action-gh-release@v1
 | 
				
			||||||
 | 
					        if: startsWith(github.ref, 'refs/tags/')
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          files: |
 | 
				
			||||||
 | 
					            build/birdbot
 | 
				
			||||||
 | 
					            sample_config.yaml
 | 
				
			||||||
      - name: Login to Docker Hub
 | 
					      - name: Login to Docker Hub
 | 
				
			||||||
        uses: docker/login-action@v2
 | 
					        uses: docker/login-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user