mirror of
				https://github.com/oneclickvirt/backtrace.git
				synced 2025-11-04 15:52:37 +08:00 
			
		
		
		
	update
This commit is contained in:
		
							parent
							
								
									7b61a6de87
								
							
						
					
					
						commit
						bce5441a80
					
				
							
								
								
									
										2
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							@ -47,7 +47,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
    - name: Check, Delete Existing Assets and Upload New Assets
 | 
			
		||||
      run: |
 | 
			
		||||
        release_id=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/oneclickvirt/backtrace/releases/output" | jq -r '.id')
 | 
			
		||||
        release_id=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/repos/oneclickvirt/backtrace/releases/tags/output" | jq -r '.id')
 | 
			
		||||
        echo "Checking, deleting existing assets, and uploading new assets..."
 | 
			
		||||
        for file in ./bin/*; do
 | 
			
		||||
          echo "Processing file: $file"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user