mirror of
				https://github.com/oneclickvirt/backtrace.git
				synced 2025-11-04 15:52:37 +08:00 
			
		
		
		
	update
This commit is contained in:
		
							parent
							
								
									c57a79c435
								
							
						
					
					
						commit
						2306fdf46f
					
				
							
								
								
									
										2
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							@ -55,7 +55,6 @@ jobs:
 | 
				
			|||||||
          Description of the release
 | 
					          Description of the release
 | 
				
			||||||
        draft: false
 | 
					        draft: false
 | 
				
			||||||
        prerelease: false
 | 
					        prerelease: false
 | 
				
			||||||
        token: ${{ secrets.GITHUB_TOKEN }}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Upload Release Asset
 | 
					    - name: Upload Release Asset
 | 
				
			||||||
      id: upload-release-asset
 | 
					      id: upload-release-asset
 | 
				
			||||||
@ -65,6 +64,7 @@ jobs:
 | 
				
			|||||||
        asset_path: ./bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }}
 | 
					        asset_path: ./bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }}
 | 
				
			||||||
        asset_name: backtrace-${{ matrix.goos }}-${{ matrix.goarch }}
 | 
					        asset_name: backtrace-${{ matrix.goos }}-${{ matrix.goarch }}
 | 
				
			||||||
        asset_content_type: application/octet-stream
 | 
					        asset_content_type: application/octet-stream
 | 
				
			||||||
 | 
					        token: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user