Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <mc.sanaei@gmail.com>2023-02-23 00:08:50 +0300
committerMHSanaei <mc.sanaei@gmail.com>2023-02-23 00:08:50 +0300
commitb2d8ba6e1527120b94b1de1960f3c4ce041a1afb (patch)
tree434ce191f914f671fc811288f23eb998efc4bb57 /.github
parentf01cb8f1d8d1a901d883bb6dd441815c802e2581 (diff)
update dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8ca85ae4..a054524f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
- name: package
run: tar -zcvf x-ui-linux-amd64.tar.gz x-ui
- name: upload
- uses: svenstaro/upload-release-action@2.4.1
+ uses: svenstaro/upload-release-action@2.5.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}