| 
														
															@@ -117,10 +117,11 @@ jobs: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui 
														 | 
														
														 | 
														
															         run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui 
														 | 
													
												
											
												
													
														| 
														 | 
														
															          
														 | 
														
														 | 
														
															          
														 | 
													
												
											
												
													
														| 
														 | 
														
															       - name: Upload files to GH release 
														 | 
														
														 | 
														
															       - name: Upload files to GH release 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        uses: MHSanaei/[email protected].0 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        uses: svenstaro/[email protected].0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         with: 
														 | 
														
														 | 
														
															         with: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           repo_token: ${{ secrets.GITHUB_TOKEN }} 
														 | 
														
														 | 
														
															           repo_token: ${{ secrets.GITHUB_TOKEN }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           tag: ${{ github.ref }} 
														 | 
														
														 | 
														
															           tag: ${{ github.ref }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           file: x-ui-linux-${{ matrix.platform }}.tar.gz 
														 | 
														
														 | 
														
															           file: x-ui-linux-${{ matrix.platform }}.tar.gz 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz 
														 | 
														
														 | 
														
															           asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           prerelease: true 
														 | 
														
														 | 
														
															           prerelease: true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          draft: true 
														 |