diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-25 22:01:01 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-25 22:01:01 +0300 |
| commit | 2b9d2d044c0a5147228e48ca27d1b4fae4553add (patch) | |
| tree | 1ca92de707e4abbc7e28fc98c20ce5f4441855af /.github/workflows/release.yml | |
| parent | 511eef54bb2dc1e2bcbab586aacceec8f4e51957 (diff) | |
Xray v1.8.8
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67329344..790c3a1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,10 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5 with: go-version: '1.22' @@ -77,7 +77,7 @@ jobs: cd x-ui/bin # Download dependencies - Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.7/" + Xray_URL="https://github.com/XTLS/Xray-core/releases/download/v1.8.8/" if [ "${{ matrix.platform }}" == "amd64" ]; then wget ${Xray_URL}Xray-linux-64.zip unzip Xray-linux-64.zip @@ -117,7 +117,7 @@ jobs: run: tar -zcvf x-ui-linux-${{ matrix.platform }}.tar.gz x-ui - name: Upload files to GH release - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} |
