bash - firewall Management + Speedtest by Ookla + Enable or Disable BBR (#1000)

* bash - firewall Management + Speedtest by Ookla + Enable or Disable BBR

* svenstaro + release to draft
This commit is contained in:
Ho3ein
2024-02-22 21:05:37 +03:30
committed by GitHub
parent afd072a430
commit 7a38a2474e
2 changed files with 243 additions and 18 deletions

View File

@@ -93,10 +93,11 @@ jobs:
run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui
- name: Upload files to GH release
uses: MHSanaei/upload-release-action@2.8.0
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: x-ui-linux-${{ matrix.platform }}.tar.gz
asset_name: x-ui-linux-${{ matrix.platform }}.tar.gz
prerelease: true
draft: true