| 
					
				 | 
			
			
				@@ -38,7 +38,7 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - name: package 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         run: tar -zcvf x-ui-linux-amd64.tar.gz x-ui 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - name: upload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        uses: svenstaro/upload-release-action@2.5.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        uses: svenstaro/upload-release-action@2.6.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           repo_token: ${{ secrets.GITHUB_TOKEN }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           tag: ${{ github.ref }} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -80,7 +80,7 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - name: package 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         run: tar -zcvf x-ui-linux-arm64.tar.gz x-ui 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - name: upload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        uses: svenstaro/upload-release-action@2.5.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        uses: svenstaro/upload-release-action@2.6.0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           repo_token: ${{ secrets.GITHUB_TOKEN }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           tag: ${{ github.ref }} 
			 |