mirror of
				https://github.com/ktims/rs-aggregate.git
				synced 2025-11-03 10:54:01 -08:00 
			
		
		
		
	Upload artifacts in release workflow
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							@@ -24,4 +24,11 @@ jobs:
 | 
				
			|||||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
					          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          RUSTTARGET: ${{ matrix.target }}
 | 
					          RUSTTARGET: ${{ matrix.target }}
 | 
				
			||||||
          ARCHIVE_TYPES: ${{ matrix.archive }}
 | 
					          ARCHIVE_TYPES: ${{ matrix.archive }}
 | 
				
			||||||
 | 
					      - name: Upload artifact
 | 
				
			||||||
 | 
					        uses: actions/upload-artifact@v3
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          name: Binary
 | 
				
			||||||
 | 
					          path: |
 | 
				
			||||||
 | 
					            ${{ steps.compile.outputs.BUILT_ARCHIVE }}
 | 
				
			||||||
 | 
					            ${{ steps.compile.outputs.BUILT_CHECKSUM }}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user